You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The realtime docker container seems to log Info and Debug messages by default, I have looked at all documentation relating to env variables and I cannot find anything which suggests I should be setting any additionally to manage this. The knock on effect is that the analytics database is growing substantially in size every day and after a month of running either locally/self-hosted, it is currently over 5m rows.
To Reproduce
Start the container, observe the Debug and Info level messages, healthchecks are shown if enabled.
Expected behavior
Expect it to only show [Warning] level messages as is set in config/prod.exs
Screenshots
**3,712 rows in less than an hour.**
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
The realtime docker container seems to log Info and Debug messages by default, I have looked at all documentation relating to
env
variables and I cannot find anything which suggests I should be setting any additionally to manage this. The knock on effect is that the analytics database is growing substantially in size every day and after a month of running either locally/self-hosted, it is currently over 5m rows.To Reproduce
Start the container, observe the Debug and Info level messages, healthchecks are shown if enabled.
Expected behavior
Expect it to only show [Warning] level messages as is set in
config/prod.exs
Screenshots
**3,712 rows in less than an hour.**Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: