You can configure the verbosity of any Java-based logger in your system by entering or modifying the level value in the corresponding entry in the Logback configuration file JFROG_HOME/<product>/var/etc/<microservice>/logback.xml
. For example, to configure the Artifactory log verbosity, edit the $JFROG_HOME/artifactory/var/etc/artifactory/logback.xml
file.
Changes made to the logging configuration are reloaded within several seconds without requiring a restart.
Modifying the verbosity of a logger in logback.xml
<logger name="org.artifactory.http.out" level="debug"/>