chore: better logs
This commit is contained in:
parent
412816bbbc
commit
5b44c014f0
|
@ -720,7 +720,8 @@ def joj3_check(
|
||||||
)
|
)
|
||||||
raise Exit(code=1)
|
raise Exit(code=1)
|
||||||
logger.info(
|
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"group={group}, "
|
||||||
f"time period={time_period} hour(s), "
|
f"time period={time_period} hour(s), "
|
||||||
f"max count={max_count}, submit count={submit_count}"
|
f"max count={max_count}, submit count={submit_count}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user