Skip to content

Commit

Permalink
downgrade general app logging to info
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jun 16, 2023
1 parent 0c932f8 commit 3363d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tika-gui-app/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</Console>
</Appenders>
<Loggers>
<Root level="debug">
<Root level="info">
<AppenderRef ref="Console"/>
</Root>
</Loggers>
Expand Down

0 comments on commit 3363d6d

Please sign in to comment.