Sergiu

Results 3 comments of Sergiu

Hi, this is the configuration : ``` writer1 = logcat writer1.level=debug writer1.format = {message} writer2 = rolling file writer2.level=info writer2.file=#{tinylog.directory}/{pid}_LOG_{date:yyyy-MM-dd_HH-mm-ss}.txt writer2.backups = 1000 writer2.format = {date: HH:mm:ss.SSS} {level}: {message} writer2.policies...

Hi, i tried to use different locations (first the app folder, now i use `Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOCUMENTS)`), i am running on Android 10. I am not using any threds or buffering and...

Hi, yes the file is there. Logcat entries are also present but when the device starts the file is not creating. Seems like there is a lock on the folder...