summaryrefslogtreecommitdiff
path: root/docker/dtail.json
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-10-15 12:38:39 +0300
committerPaul Buetow <pbuetow@mimecast.com>2021-10-15 12:38:39 +0300
commit55ba72efa4e5d2363f8e0c2cf729c596e760e1c3 (patch)
tree72618e384626d9fc368994e3f24be9e9892d0610 /docker/dtail.json
parentdccbee7dc355438d87baff45e054848e508b004d (diff)
parentd3549a3316a9917520ab5e6b0cd7b1846c59ad4b (diff)
merge from github.com/snonux/dtail
Diffstat (limited to 'docker/dtail.json')
-rw-r--r--docker/dtail.json30
1 files changed, 6 insertions, 24 deletions
diff --git a/docker/dtail.json b/docker/dtail.json
index d923101..acef22a 100644
--- a/docker/dtail.json
+++ b/docker/dtail.json
@@ -7,33 +7,15 @@
"MaxConnections": 50,
"MapreduceLogFormat" : "default",
"HostKeyFile" : "cache/ssh_host_key",
- "HostKeyBits" : 2048,
- "Permissions": {
- "Default": [
- "readfiles:^/.*$",
- "runcommands:^/.*$"
- ],
- "Users": {
- "pbuetow": [
- "readfiles:^/.*$",
- "runcommands:^/.*$"
- ],
- "jblake": [
- "readfiles:^/tmp/foo.log$",
- "readfiles:^/.*$",
- "readfiles:!^/tmp/bar.log$",
- "runcommands:!^/.*$"
- ]
- }
- }
+ "HostKeyBits" : 2048
},
"Common": {
- "LogDir" : "/var/log/dserver",
- "CacheDir" : "cache",
- "TmpDir" : "tmp",
- "LogStrategy": "daily",
+ "LogDir": "/var/log/dserver",
+ "Logger": "Fout",
+ "LogLevel": "trace",
+ "LogRotation": "Daily",
+ "CacheDir": "cache",
"SSHPort": 2222,
- "DebugEnable": true,
"ExperimentalFeaturesEnable": false
}
}