Skip to content

Commit

Permalink
standalone: adjust log levels
Browse files Browse the repository at this point in the history
Set spectator to info to reduce log noise when running
the demo app.
  • Loading branch information
brharrington committed Jan 31, 2024
1 parent 89d691b commit dc736e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas-standalone/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Console>
</Appenders>
<Loggers>
<Logger name="com.netflix.spectator" level="debug"/>
<Logger name="com.netflix.spectator" level="info"/>
<Root level="info">
<AppenderRef ref="STDERR"/>
</Root>
Expand Down

0 comments on commit dc736e3

Please sign in to comment.