Replies: 1 comment
-
I don't think creating a |
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 tried for quite a while to get this done with a reload layer, similar to #2121,
without success.
I though I might be able to add logging to
io::sink
*which implementsWriter
),and later change that writer to the result of a
File::open("log.txt")?
.Am also happy about less hacky solutions though.
I just want to initilaize logging to stderr first, and later, potentially, also add logging to a file.
Beta Was this translation helpful? Give feedback.
All reactions