Skip to content

Commit

Permalink
Log more details while in dev-env
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Oct 10, 2023
1 parent e543e69 commit 39bdd31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ application {
mainClass = 'matcher.Main'
}

jar {
processResources.exclude('tinylog-dev.properties')
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/tinylog-dev.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
writingthread = true

writer = console
writer.format = {date: HH:mm:ss.SSS} [{thread}/{level}]: {message}
writer.level = debug

0 comments on commit 39bdd31

Please sign in to comment.