Skip to content

Commit

Permalink
added tika to loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamerow authored Sep 23, 2021
1 parent 8f1067d commit a3cee03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cassiopeia/src/main/resources/log4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
<logger name="org.springframework.web">
<level value="${log.level}" />
</logger>

<logger name="org.apache.tika">
<level value="debug" />
</logger>

<!-- Root Logger -->
<root>
Expand Down

0 comments on commit a3cee03

Please sign in to comment.