Fix cli command used to enable debuglog feature on windows

refs #5549
This commit is contained in:
ctrlaltca 2017-09-05 11:28:18 +02:00 committed by Michael Friedrich
parent 740170d1a7
commit 8e2a46ee0d
1 changed files with 1 additions and 1 deletions

View File

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