wainuiomata / sambal

Experimental web admin for Samba and Active Directory domains
https://wainuiomata.com
GNU General Public License v3.0
1 stars 1 forks source link

config: setup logging #62

Closed robvdl closed 5 months ago

robvdl commented 5 months ago

Setup logging using dictConfig.

The default logging level is defined on the root logger and set to INFO.

Only the sambal logger is set to INFO by default, or DEBUG if the SAMBAL_DEBUG env var is set (DEBUG is on).

Closes #50