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:
parent
cb0ff7b82f
commit
6379c62e37
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue