ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Make sure all the loggers refer to settings's instance #151

Closed ivoflipse closed 10 years ago

ivoflipse commented 10 years ago

In another issue I made the logger's location configurable, but it requires a restart, because the changes would have to be propagated to the entire application.

If instead of saving a reference to the logger, every widget just calls settings.logger, then I only have to overwrite that, which can be done by calling setup_logging from settings.py again.

ivoflipse commented 10 years ago

Fixed in the latest commit