SignServer applications running on the client side (i.e. that are not deployed to an application server) such as the Client CLI and Administration CLI use the Log4j configuration file conf/log4j.properties for its output.
To change the log level from INFO to DEBUG or TRACE, edit the conf/log4j.properties file according to the following example:
log4j.rootLogger=TRACE, A1
CODE