mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-03 22:29:52 +01:00
18 lines
491 B
Markdown
18 lines
491 B
Markdown
---
|
|
title: Logging
|
|
---
|
|
|
|
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 |
|
|
|
|
The location of the **$BASEDIR** can be found [here](basedirectory).
|