diff options
| author | Paul Buetow <paul@buetow.org> | 2020-02-08 18:17:53 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2020-02-08 18:17:53 +0000 |
| commit | 6ce71e88bdcfdc343ff88ad1d4215ce026f834d3 (patch) | |
| tree | b491eb094bdacf1a1d909e67bfab9a8870bae0c2 | |
| parent | 4f20e035eb9a924d94bf5eb86cbaa015ddc9d7b5 (diff) | |
default to stdout log strategy
| -rw-r--r-- | samples/dtail.json.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/dtail.json.sample b/samples/dtail.json.sample index cf2c2c2..83925c6 100644 --- a/samples/dtail.json.sample +++ b/samples/dtail.json.sample @@ -29,7 +29,7 @@ "Common": { "LogDir" : "log", "CacheDir" : "cache", - "LogStrategy": "daily", + "LogStrategy": "stdout", "SSHPort": 2222, "DebugEnable": false, "PPerfEnable": false, |
