diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-03-31 22:10:26 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-03-31 22:10:26 +0200 |
commit | fae2fff5fa1eed274e39912f675e2e77ef67ea2a (patch) | |
tree | 7ac9cbbc94ba2eda419ec8a43665e439463b72ac /tools | |
parent | 81680c5636d5c5f82eeb8ad264a6277adf12702a (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-x | tools/compileconfig.py | 2 |
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), ] |