jdpage / mchttpinfowrapper

Server wrapper for stock minecraft exposing information via HTTP
GNU Affero General Public License v3.0
0 stars 0 forks source link

Allow logging configuration #14

Open jdpage opened 9 years ago

jdpage commented 9 years ago

Right now the logger only logs to stdout. Minecraft also maintains its own logs. That said, in order to make logging practical, we should be able to log to /var/log or the system log or something, which means configurable logging.

That means adding config file options for configuring the logging module, and finding out what the logging story is for Docker.