Open
Description
Currently all imported events are written to the same log, if we shadow multiple contests (like for example the BAPC prelims to check for submissions which break the system) debugging is hard as everything is in the same file.
I think this can be fixed here:
./Service/ExternalContestSourceService.php: #[Autowire(service: 'monolog.logger.event-feed-importer')]
together with $this->getSourceContestId()
but I'm not sure if that can be easily injected in the string.