JonasNapierski / leni-py

Leni-PY or just Leni is a home assistant backend.
3 stars 0 forks source link

task from milestone: remove logging (change to logging-module) #15

Open JonasNapierski opened 1 year ago

JonasNapierski commented 1 year ago

The title is a little bit missleading. In this case there is an implementation of a logging system in the code, but it is just bad. We will switch from a self created logging system to the offical logging module.

Todo's

Tests

Documentation

JonasNapierski commented 1 year ago

create a class where in future use the logging can directly be manupilated by differend command flags.

This is already done by the default logging module in python, which we use. For more information python doc logging