chore: info log submit count
This commit is contained in:
parent
f7d0b8bb54
commit
412816bbbc
|
@ -719,6 +719,12 @@ def joj3_check(
|
||||||
f"max count={max_count}, submit count={submit_count}"
|
f"max count={max_count}, submit count={submit_count}"
|
||||||
)
|
)
|
||||||
raise Exit(code=1)
|
raise Exit(code=1)
|
||||||
|
logger.info(
|
||||||
|
f"submitter {submitter} has submitted {submit_count} time(s), "
|
||||||
|
f"group={group}, "
|
||||||
|
f"time period={time_period} hour(s), "
|
||||||
|
f"max count={max_count}, submit count={submit_count}"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user