More MQTT Logging

MQTT Server logs routed to mqttserver.log
This commit is contained in:
Brian Martin 2019-09-27 17:25:57 -04:00
parent 2b934bb5fa
commit c8acac767f
5 changed files with 150 additions and 148 deletions

View file

@ -15,13 +15,14 @@ coverage = "*"
mock = "*"
pylint = "*"
pbr = "*"
pytest-asyncio = "*"
pytest-aiohttp = "*"
pytest-cov = "*"
testfixtures = "*"
codecov = "*"
autoflake = "*"
pytest-env = "*"
pytest = "==5.0.1"
pytest-asyncio = "*"
[pipenv]
allow_prereleases = true