-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
enhancementNew feature or requestNew feature or requestinactivity-closedIssues that have been closed due to inactivity, but are otherwise valid and might be reopened laterIssues that have been closed due to inactivity, but are otherwise valid and might be reopened laterpriority: normalstale
Description
Is your feature request related to a problem? Please describe.
Using one Logviewer instance for two bots currently isn't possible, as the log paths are the same and both bots would write to the same file. Additionally, only one bot can stream logs and the other one should be disabled gracefully.
Describe the solution you'd like
Make the log path configurable via an env var, fall back to logs/app.log
if none is set. Disable the http appender if no log target is set via env var.
Describe alternatives you've considered
- Support multiple streams (more work and doesn't solve the name clash problem)
- Multiple logviewer instances (needs more resources)
marko-radosavljevic and Zabuzard
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinactivity-closedIssues that have been closed due to inactivity, but are otherwise valid and might be reopened laterIssues that have been closed due to inactivity, but are otherwise valid and might be reopened laterpriority: normalstale