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