mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
e9b00339a5
Relevant changes: - ring -> vertx - suricatta -> vertx-pgsql - emails improvements - logging - hybrid sync/async -> full async execution model - database layout refactor
12 lines
342 B
XML
12 lines
342 B
XML
<Configuration status="info" monitorInterval="60">
|
|
<Appenders>
|
|
<Console name="console" target="SYSTEM_OUT">
|
|
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
|
|
</Console>
|
|
</Appenders>
|
|
<Loggers>
|
|
<Root level="info">
|
|
<AppenderRef ref="console"/>
|
|
</Root>
|
|
</Loggers>
|
|
</Configuration>
|