chore: set default log level in docker to INFO (#12967)

This commit is contained in:
kezhenxu94 2025-01-15 00:03:19 +08:00 committed by GitHub
parent 8bcaabb43c
commit abd1a5ac16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
</Console> </Console>
</Appenders> </Appenders>
<Loggers> <Loggers>
<Root level="DEBUG"> <Root level="INFO">
<AppenderRef ref="Console"/> <AppenderRef ref="Console"/>
</Root> </Root>
</Loggers> </Loggers>