Skip to content

Commit

Permalink
try to fix webserial server
Browse files Browse the repository at this point in the history
  • Loading branch information
bdamokos committed Dec 20, 2024
1 parent e88b7c8 commit 06ed185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserial_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Set up logging
logging.basicConfig(
handlers=[RotatingFileHandler('/var/log/webserial.log', maxBytes=100000, backupCount=3)],
handlers=[RotatingFileHandler('/home/bence/display_programme/logs/webserial.log', maxBytes=100000, backupCount=3)],
level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s'
)
Expand Down

0 comments on commit 06ed185

Please sign in to comment.