DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
723 stars 254 forks source link

import-contest should create an upload log #2342

Open vmcj opened 7 months ago

vmcj commented 7 months ago

Description of the enhancement request

When you upload more problems than fit in your terminal window it is hard to check if you got any danger/warning messages. I would like it if we log all choices made and the returned warnings/errors which were printed (or alternative just all interactions)

(I've updated the requirement)

eldering commented 7 months ago

You can always scroll back, right? Maybe just print a final summary line of the number of warnings/errors so you're aware?

vmcj commented 7 months ago

You can always scroll back, right?

Not everyone will do that,

Maybe just print a final summary line of the number of warnings/errors so you're aware?

That's also fine,