LogLevel level [ server config or within <VirtualHost>] This directive sets the verbosity of the Apache error logs. The level can be one of the following: - emerg
-
Logs errors that cause the server to fail. - alert
-
Reports alerts from program execution that had unexpected errors. The server may or may not perform correctly after such an error. - crit
-
Reports critical conditions from server execution. - error
-
Reports error conditions in Apache execution. - warn
-
Reports warnings in Apache execution. - notice
-
Reports common, noteworthy conditions. - info
-
Reports informational items. - debug
-
Reports simple debug-level items. |