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

[devel] fix RemoteLogger activation logic; pilot logger timer fixes #221

Merged
merged 5 commits into from
Nov 8, 2023

Conversation

martynia
Copy link
Contributor

@martynia martynia commented Nov 7, 2023

Fix the logic when a remote logger is activated. There are 2 options in the CS:

  • RemoteLoggerURL
  • RemoteLogging flag

The remote logger is activated when the URL is not None and the flag is set to True.
The logic before was kinda broken, a disabled remote logger would not emit remote messages(OK) and it would act as a classic logger (OK) but caused problems when a timer was introduced and was not correctly canceled.

@fstagni fstagni merged commit b3e6e7a into DIRACGrid:devel Nov 8, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants