archweb
archweb copied to clipboard
Refactor commands shared logging logic
All of our commands set up the logger in a similar way, this could be fixed by inheritance or figuring out if Django has some buildin logger logic for commands.
@jelly, see this PR https://github.com/archlinux/archweb/pull/391 for a proposed solution.
If the #391 is merged, can we close this ticket?