tambah html log 18/12/2024

This commit is contained in:
2024-12-18 12:10:18 +07:00
parent fd17185398
commit 8047155417
10 changed files with 289 additions and 15 deletions

View File

@@ -1,4 +1,11 @@
exception=unpack, strip: jdk.internal
writer=console
writer.exception=drop cause
writer.format={date:dd-MM-yyyy HH:mm:ss} {class}.{method}() : {message}
writerConsole=console
writerConsole.level=info
writerConsole.format={date:dd-MM-yyyy HH:mm:ss} {class}.{method}() :\n{message}
writerFile=rolling file
writerFile.file=logs/{date:dd-MM-yyyy}.{count}.log
writerFile.level=info
writerFile.charset=UTF-8
writerFile.append=true
writerFile.policies=daily
writerFile.format={date:dd-MM-yyyy HH:mm:ss}\t{class}.{method}() :\t{message}