truggeri / Books.Service.Transaction

Service for transactions in the Books project.
MIT License
0 stars 0 forks source link

Logging #16

Open truggeri opened 6 years ago

truggeri commented 6 years ago

Currently, the project doesn't utilize a logger. Research and implement a logger solution. For the time being, it's fine if those logs ship to stdout, but it would be a plus if they could be shipped to something else like Logstash.

truggeri commented 6 years ago

Logging from flask.

truggeri commented 6 years ago

I don't have a problem tapping into the flask logger, but I'm worried about a circular dependency between the app and flask. I may implement my own module for a logger and then do the connection between the module and flask there or in startup code.