Docs: Morphed logging from being a rule to configuration

This commit is contained in:
Paul Beckingham 2016-03-13 15:06:56 -04:00
parent a0833e2de8
commit 6d47d4d114

View file

@ -143,16 +143,6 @@ and start/end dates for use:
overlap yes
Rule Type: Logging
------------------
A logging rule manages all log-related controls:
define logging:
file "/path/to/log"
debug off
level info
Rule Type: Configuration
------------------------
Configuration settings are stored in the 'configuration' rule, which uses a
@ -167,6 +157,13 @@ hierarchy for grouping:
In the example, value2 can be referred to by it's normalized name
'group1.group2.name2'.
An example is logging:
define configuration:
logging:
file: /path/to/log/file
categories: a b c !d
Built-in Functions
------------------