#153 tidy up logging mess
Merged by dcallagh. Opened by dcallagh.
dcallagh/waiverdb fix-logging  into  master

Download 153.patch

This all started because I wanted to see INFO messages for 'sqlalchemy.engine', to see what Alembic was doing when I was running a particular migration.

It turns out, all of Flask, SQLAlchemy, and Alembic were trying to set up logging configuration for us in various ways under various circumstances.

This PR gives us simple and consistent logging behaviour in all situations.

Also updated Greenwave to match, so that we don't go insane: https://pagure.io/greenwave/pull-request/148

3 new commits added

  • simplify logging stuff
  • use a more compact log format
  • remove systemd journal logging support

Looks ok to me

Series ending in commit eb8dd89 is rebased to fix conflicts with PR#143.

rebased onto 793d04894ddca93e75a6052e4f4cf4b7421cb0da

Pull-Request has been merged by dcallagh

Metadata