2020-05-06 19:56:34 +02:00
|
|
|
---
|
|
|
|
|
title: Logging
|
2020-06-11 07:16:31 +02:00
|
|
|
subtitle: Configuration and locations of SCM-Manager logging
|
2020-05-06 19:56:34 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
SCM-Manager logs information which can be useful, if the system does not behave as expected.
|
|
|
|
|
The logging behavior depends on your operating system and installation.
|
|
|
|
|
|
|
|
|
|
| Type of Installation | Logging |
|
|
|
|
|
|----------------------|---------|
|
|
|
|
|
| Docker | stdout |
|
|
|
|
|
| RPM | /var/log/scm |
|
|
|
|
|
| DEB | /var/log/scm |
|
|
|
|
|
| Unix | $BASEDIR/logs |
|
|
|
|
|
| Mac OS X | ~/Library/Logs/SCM-Manager |
|
|
|
|
|
| Windows | $BASEDIR\logs |
|
|
|
|
|
|
2020-06-11 07:16:31 +02:00
|
|
|
The location of the **$BASEDIR** can be found [here](../basedirectory/).
|
|
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
|
|
The logging behaviour of SCM-Manager can be configured via an xml file.
|
|
|
|
|
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 |
|
|
|
|
|
|----------------------|---------|
|
2020-08-07 06:51:48 +02:00
|
|
|
| Docker | /etc/scm/logging.xml |
|
2020-06-11 07:16:31 +02:00
|
|
|
| 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.
|