updating config

This commit is contained in:
Tanaes 2022-02-05 12:14:57 -05:00
parent 5ae5916400
commit 4bc68aac50

View File

@ -1,7 +1,7 @@
import logging
# uncomment this if using MAX-31856
#from lib.max31856 import MAX31856
from lib.max31856 import MAX31856
########################################################################
#
@ -10,6 +10,7 @@ import logging
### Logging
log_level = logging.INFO
log_format = '%(asctime)s %(levelname)s %(name)s: %(message)s'
log_file = '/var/log/kiln-controller.log'
### Server
listening_ip = "0.0.0.0"