From fae2fff5fa1eed274e39912f675e2e77ef67ea2a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 31 Mar 2015 22:10:26 +0200 Subject: 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. --- tools/compileconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ] -- cgit v1.1