From 50253da2336d12d03c55e54ced7d65823a45a6f3 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 27 Apr 2020 08:28:03 +0200 Subject: [PATCH] fixed wrong documentation of log location on windows --- docs/v2/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/logging.md b/docs/v2/logging.md index 5c882ac62b..0afa208e5c 100644 --- a/docs/v2/logging.md +++ b/docs/v2/logging.md @@ -10,7 +10,7 @@ The logging behavior depends on your operating system and installation. | DEB | /var/log/scm | | Unix | $BASEDIR/logs | | Mac OS X | ~/Library/Logs/SCM-Manager | -| Windows | $BASEDIR\SCM-Manager | +| Windows | $BASEDIR\logs | The location of the **$BASEDIR** can be found [here](basedirectory).