From 4bc68aac5059094eb1291d632f275997c6d56256 Mon Sep 17 00:00:00 2001 From: Tanaes Date: Sat, 5 Feb 2022 12:14:57 -0500 Subject: [PATCH] updating config --- config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 0dda021..304218e 100644 --- a/config.py +++ b/config.py @@ -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"