2020-04-27 07:48:07 +02:00
|
|
|
The logging behaviour of SCM-Manager can be configured via an xml file.
|
2020-04-25 17:27:48 +02:00
|
|
|
The syntax and properties can be found [here](http://logback.qos.ch/manual/configuration.html).
|
|
|
|
|
The location of the file depends also on the type of installation.
|
|
|
|
|
|
|
|
|
|
| Type of Installation | Path |
|
|
|
|
|
|----------------------|---------|
|
|
|
|
|
| Docker | /opt/scm-server/conf/logging.xml |
|
|
|
|
|
| RPM | /etc/scm/logging.xml |
|
|
|
|
|
| DEB | /etc/scm/logging.xml |
|
|
|
|
|
| Unix | $EXTRACT_PATH/scm-server/conf/logging.xml |
|
|
|
|
|
| Mac OS X | $EXTRACT_PATH/scm-server/conf/logging.xml |
|
|
|
|
|
| Windows | $EXTRACT_PATH/scm-server/conf/logging.xml |
|
|
|
|
|
|
|
|
|
|
**$EXTRACT_PATH** is the path were you etract the content of the package.
|