You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I use System.setProperty("tinylog.directory", path), the append property not works, and the log file gets overwritten every time the application starts.
Describe the bug
When I use System.setProperty("tinylog.directory", path), the append property not works, and the log file gets overwritten every time the application starts.
To Reproduce
java code:
String path = Environment.getExternalStoragePublicDirectory("lb_logs").getPath() + "/"; System.setProperty("tinylog.directory", path);
Environment
tinylog version: 2.7.0
Java version: 11.0.21
The text was updated successfully, but these errors were encountered: