log file not getting generated after migrating to java 17 #848
Replies: 1 comment
-
Hello, everyone. I hope you're doing well. I believe I have a similar issue. My Java 22 open source project is https://github.com/MarginallyClever/Makelangelo-software/. For MOST people the log file appears and fills normally. For a select number of users the log file appears but stays empty. Can someone please give me a hint what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading our application from java 8 to Java 17 log file is not getting generated with logback version 1.3.14
When searched in google found that 1.3.14 supports till Java 8, so added latest logback version 1.5.7 in pom.xml but still log file is not getting generated.
Could someone please review below logback.xml config file and let me know whether am I missing something?
Thanks,
Sagar
Beta Was this translation helpful? Give feedback.
All reactions