summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-03-31 22:10:26 +0200
committerLinus Nordberg <linus@nordberg.se>2015-03-31 22:10:26 +0200
commitfae2fff5fa1eed274e39912f675e2e77ef67ea2a (patch)
tree7ac9cbbc94ba2eda419ec8a43665e439463b72ac /tools
parent81680c5636d5c5f82eeb8ad264a6277adf12702a (diff)
Put SASL logs in a directory with a more specific name.
There are quite a few logs -- run_erl, erlang, catlfish (through lager) and this, the SASL log.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/compileconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index c239bd0..8b7524d 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -52,7 +52,7 @@ def gen_erlang(term, level=1):
saslconfig = [(Symbol("sasl_error_logger"), Symbol("false")),
(Symbol("errlog_type"), Symbol("error")),
- (Symbol("error_logger_mf_dir"), "log"),
+ (Symbol("error_logger_mf_dir"), "sasl_log"),
(Symbol("error_logger_mf_maxbytes"), 10485760),
(Symbol("error_logger_mf_maxfiles"), 10),
]