bmartin5692 / bumper

A standalone and self-hosted implementation of the central server used by Ecovacs vacuum robots.
GNU General Public License v3.0
273 stars 48 forks source link

Add LOG_TO_STDOUT env var #104

Closed kushagharahi closed 3 years ago

kushagharahi commented 3 years ago

This allows users to forgo logging to logs/ and write directly to stdout.

Old containers were getting very sluggish and consuming high CPU usage when the bot ran. Either this is due to the DB size or logging. This eliminates one potential issue.