Skip to content

Separate event-feed log per contest #2169

Open
@vmcj

Description

@vmcj

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions