0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

Minor improvement on default logging configuration.

This commit is contained in:
Andrey Antukh 2020-02-17 09:43:43 +01:00
parent cb0ff7b82f
commit 6379c62e37

View file

@ -5,7 +5,7 @@
</Console> </Console>
</Appenders> </Appenders>
<Loggers> <Loggers>
<Logger name="io.vertx.sqlclient.impl.SocketConnectionBase" level="INFO"/> <Logger name="io.vertx.sqlclient.impl.SocketConnectionBase" level="ERROR"/>
<Root level="info"> <Root level="info">
<AppenderRef ref="console"/> <AppenderRef ref="console"/>
</Root> </Root>