0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -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>
</Appenders>
<Loggers>
<Logger name="io.vertx.sqlclient.impl.SocketConnectionBase" level="INFO"/>
<Logger name="io.vertx.sqlclient.impl.SocketConnectionBase" level="ERROR"/>
<Root level="info">
<AppenderRef ref="console"/>
</Root>