use __name__ for loggers
Created by: Henrik tom Wörden
In pylib sometimes, fixed names like "connection" and "authentication" are used for logger names. This makes effective management using the hierarchy impossible.
TODO: use __name__
-
Identified ocurrences -
Replaced where appliccable
Edited by Alexander Kreft