Skip to content

Commit

Permalink
Merge pull request #81 from lsst-sqre/tickets/DM-37254
Browse files Browse the repository at this point in the history
[DM-37254] Turn on debug level debugging
  • Loading branch information
cbanek authored Dec 7, 2022
2 parents 88dd2ab + 8b47708 commit dd0d95f
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>info</param-value>
<param-value>debug</param-value>
</init-param>
<init-param>
<param-name>logLevelPackages</param-name>
Expand Down

0 comments on commit dd0d95f

Please sign in to comment.