diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-03-31 22:10:26 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-04-01 12:59:16 +0200 |
commit | 27c22937d8c9a91603eb17a986ae8ce80c95e36d (patch) | |
tree | 6e03a2b66d6c862838f326e2e34b4c6c47e34409 /tools | |
parent | 9fffe3b26263d8449d7543de336bb1168f4a8f62 (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), ] |