mirror of
https://github.com/vgough/encfs.git
synced 2025-01-10 16:08:42 +01:00
5f0806c5cc
git-vendor-name: easylogging git-vendor-dir: vendor/github.com/muflihun/easyloggingpp git-vendor-repository: https://github.com/muflihun/easyloggingpp git-vendor-ref: master
10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
* GLOBAL:
|
|
FORMAT = "%level %datetime %msg"
|
|
FILENAME = "/tmp/logs/file.log"
|
|
ENABLED = true
|
|
TO_FILE = true ## Notice this
|
|
TO_STANDARD_OUTPUT = false ## Notice this
|
|
SUBSECOND_PRECISION = 3
|
|
PERFORMANCE_TRACKING = false
|
|
MAX_LOG_FILE_SIZE = 2097152 ## Throw log files away after 2MB
|