Skip to content

Commit

Permalink
change log file destination to within out dir
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfenton committed Nov 8, 2024
1 parent f7e7709 commit c5e4943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediabridge/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def main(verbose: bool = typer.Option(False, "--verbose", "-v"), test: bool = Fa
# log all messages to file
logging.basicConfig(
level=logging.DEBUG,
filename="mediabridge.log",
filename="out/mediabridge.log",
filemode="a",
format="%(asctime)s,%(msecs)d %(name)s %(levelname)s %(message)s",
datefmt="%H:%M:%S",
Expand Down

0 comments on commit c5e4943

Please sign in to comment.