From b1da4cd9c8921eab4926258a5dee584ca498609e Mon Sep 17 00:00:00 2001 From: Tobias Lindahl Date: Thu, 4 Jun 2020 08:31:53 +0200 Subject: [PATCH] Write errors to error.log.* to avoid log name clash in daemon mode --- sys.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys.config b/sys.config index c319338ae..11a0aa3f9 100644 --- a/sys.config +++ b/sys.config @@ -5,7 +5,7 @@ {logger, [ {handler, default, logger_disk_log_h, #{level => error, - config => #{ file => "log/erlang.log" + config => #{ file => "log/error.log" , type => wrap , max_no_files => 200 , max_no_bytes => 10000000 -- GitLab