Replies: 1 comment
-
Good point, thanks. The method was written to support cases with file rotation, but it is really meaningful to also cover the cases without rotation. This will be delivered with the next version! |
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 have logger configured like this:
Even after running
to force something to be written to the file, when I call
existing_log_files
in the following way I get an empty vec:What am I missing?
The actual problem that I'm trying to solve is getting the name of the log file (which is variable due to the date/time) so I can display it to the user.
Beta Was this translation helpful? Give feedback.
All reactions