Puppet Data Type Alias: Apache::LogLevel
- Defined in:
- types/loglevel.pp
Summary
A string that conforms to the Apache `LogLevel` syntax.Overview
A string that conforms to the Apache ‘LogLevel` syntax. Different levels can be specified for individual apache modules.
ie. ‘[module:]level [module:level] …`
The levels are (in order of decreasing significance):
-
‘emerg`
-
‘alert`
-
‘crit`
-
‘error`
-
‘warn`
-
‘notice`
-
‘info`
-
‘debug`
-
‘trace1`
-
‘trace2`
-
‘trace3`
-
‘trace4`
-
‘trace5`
-
‘trace6`
-
‘trace7`
-
‘trace8`
|
# File 'types/loglevel.pp', line 27
|