Skip to content

Commit

Permalink
#150: reduces logging verbosity for LogoRRR log
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Nov 2, 2023
1 parent 5182ba2 commit 697f059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/app/logorrr/util/CanLog.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object CanLog {
} else {
new FileHandler(FilePaths.logFilePath.toAbsolutePath.toString, true)
}
h.setLevel(Level.ALL)
h.setLevel(Level.INFO)
h.setFormatter(new SimpleFormatter)
h
}
Expand Down

0 comments on commit 697f059

Please sign in to comment.