mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Morphed logging from being a rule to configuration
This commit is contained in:
parent
a0833e2de8
commit
6d47d4d114
1 changed files with 7 additions and 10 deletions
|
@ -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
|
||||
------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue