avahe-kellenberger / nimdow

A window manager written in Nim (In Development)
GNU General Public License v2.0
317 stars 19 forks source link

Eagerly enable logging, if enabled in the config #207

Open avahe-kellenberger opened 2 years ago

avahe-kellenberger commented 2 years ago

Currently, logging is not set up/enabled until after the entire config file has been parsed.

We should enable this as early as possible, so we can use the logging inside configloader.nim