You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FairEmail/app/src/main/resources/tinylog.properties

15 lines
405 B

provider = fair email
level = info
writer1 = logcat
writer1.format = {tag} {message}
writer1.level = warn
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