Skip to content

Commit

Permalink
log: change max file size to 10 MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
verbit committed Aug 3, 2024
1 parent e2e39a7 commit 04c9e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{handler, debug, logger_disk_log_h,
#{ level => debug,
config => #{file => "var/log/virtuerl.log"},
max_no_bytes => 10485760,
formatter => {logger_formatter, #{single_line => false}}}}
]}]},
{erlexec, [{root, true}, {user, "root"}]}
Expand Down

0 comments on commit 04c9e15

Please sign in to comment.