Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Change logging from debug to info
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealmond authored Jan 10, 2024
1 parent b44942a commit 68a3345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/logbackInclude.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
<!--********************************************************************************************-->

<%- if @tier != "loadtest" -%>
<logger name="fitnesskeeper" level="DEBUG"/>
<logger name="runkeeper" level="DEBUG"/>
<logger name="fitnesskeeper" level="INFO"/>
<logger name="runkeeper" level="INFO"/>
<%- end -%>

<%- if @tier == "loadtest" -%>
Expand Down

0 comments on commit 68a3345

Please sign in to comment.