Fix logging in all modules
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from . import mqtt
|
||||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
logger.debug('Starting mqtt loop')
|
||||
logging.info('Starting mqtt loop')
|
||||
mqtt.client.loop_start()
|
||||
|
||||
Reference in New Issue
Block a user