Is it possible to switch between folders with logs in runtime? #117
Unanswered
ostapkrutsko
asked this question in
Q&A
Replies: 1 comment
-
You can create a spring bean implementing
Also you have to specify
or "config.conf"
If log-viewer detects log format incorrectly, you can add a spring bean implementing |
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
-
Hi sevdokimov,
I have one specialty: our log files are distributed in different folders, whose names are known only in runtime. So, how can we switch in runtime between those different folders to see only logs from one folder at a time? We are going to use the embedded in SpringBoot application version because I think it is impossible to do so in the case of a standalone application.
I must note your product is very cool, I'm trying to use it!
Thank you,
Ostap Krutsko
Beta Was this translation helpful? Give feedback.
All reactions