1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 09:16:00 +00:00

Tinylog dev properties

This commit is contained in:
M66B 2023-12-17 11:01:02 +01:00
parent d221df4992
commit edfe13eddf

View file

@ -0,0 +1,14 @@
provider = fair email
level = info
writer1 = logcat
writer1.format = {tag} {message}
writer1.level = info
writer2 = rolling file
writer2.file = #{tinylog.directory}/{date:yyyy-MM-dd_HH-mm-ss}.txt
writer2.format = {date: d HH:mm:ss.SSS} {tag} {pid} {thread-id} {level}: {message}
writer2.policies = size: 1mb
writer2.backups = 10
writingthread = true