mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 06:38:27 +02:00
♻️ Refactor backend bundle build process.
Now the final artifact is a single, compiled uberjar. It considerably improves startup speed.
This commit is contained in:
parent
9488a9a1ad
commit
c48da3d316
7 changed files with 59 additions and 76 deletions
|
@ -2,7 +2,7 @@
|
|||
<Configuration status="info" monitorInterval="60">
|
||||
<Appenders>
|
||||
<Console name="console" target="SYSTEM_OUT">
|
||||
<PatternLayout pattern="[%d{YYYY-MM-dd HH:mm:ss.SSS}] [%t] %level{length=1} %logger{36} - %msg%n"/>
|
||||
<PatternLayout pattern="[%d{YYYY-MM-dd HH:mm:ss.SSS}] %level{length=1} %logger{36} - %msg%n"/>
|
||||
</Console>
|
||||
</Appenders>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue