Fix typos

This commit is contained in:
René Pfeuffer
2020-04-27 07:48:07 +02:00
committed by GitHub
parent 26087ce2d7
commit 8fb05a88bd

View File

@@ -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.