Replies: 1 comment
-
I don't believe this was ever designed in. The stack-based mechanism used to keep track of log levels in The only thing I've used |
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
-
I want the logging from my code that's displayed on stdout to respect whatever
context.log_level
is at the time, but I'd like a log file generated that has all log messages, as ifcontext.log_level
was set to debug, but regardless of what the actual value ofcontext.log_level
is.The motivation for this is that it would be nice to check a log file if an exploit fails rather than run the code again with a different log level or the
DEBUG
argument passed in.Beta Was this translation helpful? Give feedback.
All reactions