commit | a241a4766bd4be5d2b8b4058f31c23527dc84ea3 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Apr 27 18:55:58 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Thu May 06 09:46:24 2021 +0200 |
tree | 8362558ffbf2ec5b222eeb2458c5bdb1fa6a1980 | |
parent | 1cbe798821a516a00fa25e0618cda3b6f3cfd87f [diff] [blame] |
Add tinylog logging Change-Id: I530b4e7e3119444070cff2a25cc1450d33d8f563
diff --git a/src/main/resources/tinylog.properties b/src/main/resources/tinylog.properties new file mode 100644 index 0000000..565f707 --- /dev/null +++ b/src/main/resources/tinylog.properties
@@ -0,0 +1,2 @@ +writer = console +writer.format = {date: yyyy-MM-dd HH:mm:ss.SSS}:{level}: {message} at {file}:{line} \ No newline at end of file