Fix incorrect log file path in doc

pull/454/head
desbma 2014-10-30 12:53:28 +01:00 committed by Nicolas Hennion
parent 934a7479f3
commit 301c50583b
1 changed files with 11 additions and 11 deletions

View File

@ -289,10 +289,10 @@ Glances logs all its internal messages to a log file. By default, only
INFO & WARNING & ERROR &CRITICAL levels are logged, but DEBUG messages
can ben logged using the -d option on the command line.
By default, the configuration file is under:
By default, the log file is under:
:Linux, \*BSD and OS X: ``/tmp/glances.conf``
:Windows: ``%APPDATA%\Local\temp\glances.conf``
:Linux, \*BSD and OS X: ``/tmp/glances.log``
:Windows: ``%APPDATA%\Local\temp\glances.log``
Anatomy Of The Application
==========================