summaryrefslogtreecommitdiff
path: root/tools/compileconfig.py
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-03-31 22:10:26 +0200
committerLinus Nordberg <linus@nordberg.se>2015-04-01 12:59:16 +0200
commit27c22937d8c9a91603eb17a986ae8ce80c95e36d (patch)
tree6e03a2b66d6c862838f326e2e34b4c6c47e34409 /tools/compileconfig.py
parent9fffe3b26263d8449d7543de336bb1168f4a8f62 (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/compileconfig.py')
-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),
]