mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Tinylog dev properties
This commit is contained in:
parent
d221df4992
commit
edfe13eddf
1 changed files with 14 additions and 0 deletions
14
app/src/debug/resources/tinylog-dev.properties
Normal file
14
app/src/debug/resources/tinylog-dev.properties
Normal 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
|
Loading…
Reference in a new issue