Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy Up Logging #93

Open
Magentah opened this issue Mar 21, 2021 · 0 comments
Open

Tidy Up Logging #93

Magentah opened this issue Mar 21, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Magentah
Copy link
Owner

After adding the EventLogService to write event logs to the database, there's some cases of multiple logging functions being called - once to the eventLogService and once to the Logger.

In these cases, the call to the Logger should not happen, instead the eventLogService should also write to the Logger when writing to the database.

@Magentah Magentah added the good first issue Good for newcomers label Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant