Replies: 1 comment 7 replies
-
Two questions:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to log to a file using the non blocking writer but no log file is being created and nothing is being written to it.
Below is the setup for tracing.
The guard is not dropped in the code which calls the setup and lives for as long the program.
I have even tried a blocking writer using just the rolling file appender but that does not write any logs as well.
Beta Was this translation helpful? Give feedback.
All reactions