Skip to content

Commit

Permalink
autocue.cue_file.liq: Log written JSON to level 4 instead 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonbase59 committed Jun 12, 2024
1 parent 10ac692 commit c118735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autocue.cue_file.liq
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def cue_file(~request_metadata, ~file_metadata, filename) =
# write metadata to temp file for cue_file to pick up
tempfile := file.temp("cue_file", ".json")
json_meta = meta_json_stringify(compact=true, m())
log(level=3, label=label, "Writing metadata to #{tempfile()}: #{json_meta}")
log(level=4, label=label, "Writing metadata to #{tempfile()}: #{json_meta}")
log(level=3, label=label, "Writing metadata to #{tempfile()}")
file.write(
data=json_meta,
Expand Down

0 comments on commit c118735

Please sign in to comment.