Logging from Middleware #1864
Unanswered
ajoslin103
asked this question in
Help
Replies: 1 comment
-
in the console, running under: adonis serve --dev we get this:
And in the debugger we see this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've a middleware that connects to a rabbit server via .env file settings -- when the connection is refused by the remote server the connection errored functions' log statements are never seen anywhere
How can I log something from Middleware?
Beta Was this translation helpful? Give feedback.
All reactions