Is it possible to write all the console logs to a file? #18255
Galaxy-Husky
started this conversation in
General
Replies: 1 comment 3 replies
-
Hey, you can just redirect stderr and stdout with tools like https://docs.python.org/3/library/contextlib.html#contextlib.redirect_stdout Cheers, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now the default logger of lightning writes all the logs to the console, which is like:
Is it possible to write all the console logs to a file?
Beta Was this translation helpful? Give feedback.
All reactions