summaryrefslogtreecommitdiff
path: root/docker/dtail.json
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-10-21 21:28:49 +0300
committerPaul Buetow <pbuetow@mimecast.com>2021-10-21 21:28:49 +0300
commit23a51718d029677ba9076617b1213e87c0e1bf98 (patch)
treeea5e4a2d2a67035f645bdee496ae55a52034178a /docker/dtail.json
parent68c588f50eb57f40c137a9645af18498b01580d0 (diff)
parenta1ee5e7700f22c5a9b0a6654291eb46bdf4e6272 (diff)
merge develop
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
}
}