Skip to content

Commit

Permalink
Merge pull request #89 from lsst-sqre/cbanek-logs
Browse files Browse the repository at this point in the history
Turn down debug logs to info
  • Loading branch information
cbanek authored Apr 13, 2023
2 parents 88c955a + 2594c5c commit c3573cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<servlet-class>ca.nrc.cadc.log.LogControlServlet</servlet-class>
<init-param>
<param-name>logLevel</param-name>
<param-value>debug</param-value>
<param-value>info</param-value>
</init-param>
<init-param>
<param-name>logLevelPackages</param-name>
Expand Down

0 comments on commit c3573cd

Please sign in to comment.