Allow more Management Plugin log configurations #7316
Unanswered
inikulshin
asked this question in
Ideas
Replies: 1 comment
-
Not |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, only
http_log_dir
is supported.However, most (all?)
lager
file backend settings (name, date, size, count, formatter, ...) are relevant in this case. Especiallycount
to avoid creating thousands of log files (that's the reason I'm starting this discussion).I suppose, the best solution will be to use
lager
inwebmachine_log.erl
instead offile:write
.Beta Was this translation helpful? Give feedback.
All reactions