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.