changed log path

This commit is contained in:
Tanaes 2022-07-23 10:54:21 -04:00
parent d6282008ce
commit 281f78a7ea

View File

@ -10,7 +10,7 @@ from lib.max31856 import MAX31856
### Logging
log_level = logging.INFO
log_format = '%(asctime)s %(levelname)s %(name)s: %(message)s'
log_file = '$HOME/kiln-controller.log'
log_file = '/home/pi/kiln-controller.log'
### Server
listening_ip = "0.0.0.0"