Skip to content

Commit

Permalink
chore: better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Nov 26, 2024
1 parent 412816b commit 5b44c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion joint_teapot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ def joj3_check(
)
raise Exit(code=1)
logger.info(
f"submitter {submitter} has submitted {submit_count} time(s), "
f"submitter {submitter} is submitting for the {submit_count + 1} time, "
f"{max_count - submit_count - 1} time(s) remaining, "
f"group={group}, "
f"time period={time_period} hour(s), "
f"max count={max_count}, submit count={submit_count}"
Expand Down

0 comments on commit 5b44c01

Please sign in to comment.