Fix cli command used to enable debuglog feature on windows

This commit is contained in:
ctrlaltca 2017-09-05 11:28:18 +02:00 committed by GitHub
parent 6d03d0a499
commit da7a900f55
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.