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'm trying to log what routes are called but not the result, and changing between :
* - INTERNAL use it for logging calls and other internal stuff
* - DEBUG recommended to use it for debugging applications
* - NOTE development verbose information (default)
* - INFO minor information
* - LOG significant messages
does not seem to do much. Am I missing something ?
If I change the loglevel to WARNING nothing shows up (maybe errors etc) but not the routes being generated for instance.
Is that the expected behavior ?
(running the latest version of everything)
The text was updated successfully, but these errors were encountered:
@hmenzagh sorry for the delay. Yes I believe this is just a matter of better configuring of the logging code, which is in need of some pretty major refactoring in general. Most likely you are referring to the list results, which can be quite verbose:
To keep it simple:
I'm trying to log what routes are called but not the result, and changing between :
does not seem to do much. Am I missing something ?
If I change the
loglevel
toWARNING
nothing shows up (maybe errors etc) but not the routes being generated for instance.Is that the expected behavior ?
(running the latest version of everything)
The text was updated successfully, but these errors were encountered: