Skip to content

Fix logger#156

Merged
stefanhahmann merged 2 commits into
masterfrom
fix-logger
Apr 23, 2026
Merged

Fix logger#156
stefanhahmann merged 2 commits into
masterfrom
fix-logger

Conversation

@stefanhahmann
Copy link
Copy Markdown
Collaborator

@stefanhahmann stefanhahmann commented Apr 23, 2026

This pull request contains a couple of minor changes focused on maintenance and logging improvements.

Workflow configuration update:

  • Disabled automatic triggers for the SonarCloud analysis GitHub Actions workflow by commenting out the push and pull_request events, with a note explaining this is due to the missing SONAR_TOKEN configuration. The workflow can still be triggered manually. (.github/workflows/sonarcloud.yml)

Logging consistency:

  • Updated the logger used for GPU ID error messages in getSettingsAndUpdateConfigPanel() to use slf4Logger instead of logger. (CellposeDetectorDescriptor.java)

SONAR_TOKEN is currently not validly configured for this repository, so the scheduled
push and pull_request runs of the SonarCloud workflow fail on every
commit. Comment out those triggers and keep only workflow_dispatch so
the job can still be invoked manually. Restore the original triggers
once the token is set up.
@stefanhahmann stefanhahmann self-assigned this Apr 23, 2026
@stefanhahmann stefanhahmann merged commit 44869a9 into master Apr 23, 2026
1 check passed
@stefanhahmann stefanhahmann deleted the fix-logger branch April 23, 2026 10:06
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.

1 participant