udpated logfile output name to match the actual project, updated readme with better VSCode task instructions

This commit is contained in:
DanBurkhardt 2022-09-25 15:03:27 -04:00
commit 8bde783d5b
2 changed files with 38 additions and 4 deletions

View file

@ -1,6 +1,6 @@
import logging
logging.basicConfig(filename="/tmp/template.log",
logging.basicConfig(filename="/tmp/decky-plugin-template.log",
format='[Template] %(asctime)s %(levelname)s %(message)s',
filemode='w+',
force=True)