goosechooser / benwaonline

benwa now 100% more online
MIT License
0 stars 0 forks source link

Treat logs as event streams #19

Open goosechooser opened 6 years ago

goosechooser commented 6 years ago

Instead of writing to a logs file, just pip to stdout and have the container (or outside of it) handle it

goosechooser commented 6 years ago

Trying to configure Flask's logger is an awful experience :smirk:

goosechooser commented 6 years ago

Logging to stream during production works, haven't figured out the best way to move it out of a container tho