diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-02-04 21:37:29 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-02-04 21:37:29 +0000 |
| commit | 1db3b5dc1219e34e0e1c612e6646327701c40274 (patch) | |
| tree | cab22128af9e54131facd0062a474459383a1c90 /docker/dtail.json | |
| parent | 6625d019271d3d7931587167845d77834d187d57 (diff) | |
| parent | cc6f19f69d0fb34af96e17147b2030c352d46845 (diff) | |
merge 4.0.0-RC
Diffstat (limited to 'docker/dtail.json')
| -rw-r--r-- | docker/dtail.json | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/docker/dtail.json b/docker/dtail.json index d923101..98c4409 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 } } |
