turnkeylinux / tracker

TurnKey Linux Tracker
https://www.turnkeylinux.org
71 stars 16 forks source link

Inithooks should use "proper" python logging to give better feedback to logs #1973

Open JedMeister opened 4 months ago

JedMeister commented 4 months ago

Inithooks should use "proper" python loggin to give better feedback to logs.

I added a libinithooks.log module in a recent PR - specifically related to Nextcloud inithook improvements.

However, as @OnGle notes we already have initial integration with the python standard library logging module . Extending that would be much better! :)