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
I used a modified version of the example 2-middleware to test logging, and I couldn't figure out why Dream.debug is not producing any messages even when setting the logging level to Debug.
I used a modified version of the example
2-middleware
to test logging, and I couldn't figure out whyDream.debug
is not producing any messages even when setting the logging level toDebug
.If I replace
Dream.debug
withDream.info
, I see the expected logging message. I also added SQL sessions to check if I get any debug message:This version produces debug messages describing the queries executed to get sessions, but I still couldn't see my "hello world":
Am I missing anything?
The text was updated successfully, but these errors were encountered: