slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

Improve logging/log parsing #40

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

At the moment, the logs get piped into bunyan and directly printed to the container's stdout, which makes them hard to parse and process automatically. Logging should be improved - some log aggregation would obviously be the best solution.


Tasks

MorpheusXAUT commented 6 years ago

As of 8d6abb03fa8202e0fd36fb0a7fd3cbe0e744705e, logs are now sent to stdout in JSON format instead of formatted bunyan output. This makes GCP Stackdriver logging more useful and should thus be enough for now.