bestnaf / ARS

ARS addon for Gunbot MM
https://gunbot.ru
10 stars 2 forks source link

Move logs to /logs directory #25

Open dzazzo opened 2 years ago

dzazzo commented 2 years ago

To better enable Docker support and to keep the root filesystem a little cleaner, please consider moving logs to a /logs directory (/logs/logging.log, /logs/logging.log.1, etc.) -- this would enable users to mount the /logs directory in the container to a logs folder in the system root versus having to map a bunch of one-off files externally.

Alternatively, have ARS respect the LOG_FILE parameter in config.py.