From da7a900f557baf8451a3a6d52a934d3f93f2639d Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Tue, 5 Sep 2017 11:28:18 +0200 Subject: [PATCH] Fix cli command used to enable debuglog feature on windows --- doc/15-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/15-troubleshooting.md b/doc/15-troubleshooting.md index 68baf5541..9a440b4f9 100644 --- a/doc/15-troubleshooting.md +++ b/doc/15-troubleshooting.md @@ -130,7 +130,7 @@ and `debug`. Open a command prompt with administrative privileges and enable the debug log feature. - C:> icinga2.exe enable feature debuglog + C:> icinga2.exe feature enable debuglog Ensure that the Icinga 2 service already writes the main log into `C:\ProgramData\icinga2\var\log\icinga2`. Restart the Icinga 2 service and open the newly created `debug.log` file. -- 2.40.0