Skip to main content

Debug logging in Design&Compose 21.04

Maxime avatar
Written by Maxime
Updated over 3 weeks ago

Question

How can debug logging be enabled for the Design&Compose server ?

Answer

In file :

C:\Program Files\Unifiedpost\Design-Compose-21.04.x\logback.xml

change the level from INFO to DEBUG in following entry :

<root level="INFO">
<appender-ref ref="ASYNC" />
</root>

Afterwards restart the application to activate the changes.

Note : This only applies to Design & Compose 21.04.

Did this answer your question?