The logback.xml file serves as the configuration file that defines the logging behavior for the Access, Artifactory services. By incorporating additional loggers in the logback.xml file, log verbosity can be enabled.
The logback.xml file can be found at the following locations based on the specific microservice:
Artifactory:
These paths can be referenced to locate the respective logback.xml files for Artifactory, Access, and Mission Control microservices.
In certain situations, it may be necessary to update the logback.xml file to enable debug mode. To include the loggers provided by JFrog in the logback.xml file, please follow the steps below:
Example:

The logback.xml file can be found at the following locations based on the specific microservice:
Artifactory:
$JFROG_HOME/artifactory/var/etc/artifactory/logback.xmlAccess:
$JFROG_HOME/artifactory/var/etc/access/logback.xmlMission Control:
$JFROG_HOME/artifactory/var/etc/mc/logback.xml
These paths can be referenced to locate the respective logback.xml files for Artifactory, Access, and Mission Control microservices.
In certain situations, it may be necessary to update the logback.xml file to enable debug mode. To include the loggers provided by JFrog in the logback.xml file, please follow the steps below:
- Navigate to the bottom of the logback.xml file until you reach the closing tag </configuration>.
- Prior to the closing </configuration> tag, insert the debug loggers.
Example: