diff --git a/docs/v2/logging.md b/docs/v2/logging.md index 4677be88ae..5c882ac62b 100644 --- a/docs/v2/logging.md +++ b/docs/v2/logging.md @@ -1,11 +1,11 @@ # Logging -SCM-Manager logs information which can be useful, if the system not behave as expected. +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 | +| Docker | stdout | | RPM | /var/log/scm | | DEB | /var/log/scm | | Unix | $BASEDIR/logs | @@ -16,7 +16,7 @@ The location of the **$BASEDIR** can be found [here](basedirectory). ## Configuration -The logging behaviour of SCM-Manager can be configured via a xml file. +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.