mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-04 04:48:08 -06:00
udpated logfile output name to match the actual project, updated readme with better VSCode task instructions
This commit is contained in:
parent
fee981b521
commit
8bde783d5b
2 changed files with 38 additions and 4 deletions
2
main.py
2
main.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue