You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might not be the place for this request but I was wondering if you could perhaps add some advice to the documentation about how Spock users should go about adding logging to a Spock application. I know there are things like wai-extras that have a wai middleware for logging requests but, at least in the applications I work on, I'd also like to do some custom logging.
Specifically, I'm interested in how I should go about integrating with common libraries like monad-logger or katip but I'd appreciate any general advice you have.
The text was updated successfully, but these errors were encountered:
I had to get things up and running quickly and simple-logger was just the ticket. Do you think that this would make a good Spock tutorial or would you prefer it be done on e.g. a personal blog post instead?
Hey folks, thanks for writing Spock!
This might not be the place for this request but I was wondering if you could perhaps add some advice to the documentation about how Spock users should go about adding logging to a Spock application. I know there are things like
wai-extras
that have awai
middleware for logging requests but, at least in the applications I work on, I'd also like to do some custom logging.Specifically, I'm interested in how I should go about integrating with common libraries like
monad-logger
orkatip
but I'd appreciate any general advice you have.The text was updated successfully, but these errors were encountered: