Skip to content

Commit

Permalink
Reduce loglevel (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Apr 4, 2024
1 parent 2affb23 commit f23f650
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</mappings>
<settings>
<param name="colorize" value="false"/>
<param name="loglevel" value="debug"/>
<param name="loglevel" value="info"/>
</settings>
</configuration>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<configuration name="switch.conf" description="Core Configuration">
<settings>
<param name="colorize-console" value="false"/>
<param name="loglevel" value="debug"/>
<param name="loglevel" value="info"/>

<param name="max-sessions" value="150"/>
<param name="sessions-per-second" value="1000"/>
Expand Down

0 comments on commit f23f650

Please sign in to comment.