Skip to content

Fix logging in development and in background workers#5482

Merged
Floppy merged 3 commits intomainfrom
logging-fixes
Feb 13, 2026
Merged

Fix logging in development and in background workers#5482
Floppy merged 3 commits intomainfrom
logging-fixes

Conversation

@Floppy
Copy link
Collaborator

@Floppy Floppy commented Feb 13, 2026

  • Enabled MANYFOLD_LOG_LEVEL in development environments
  • Set same log level in sidekiq workers as in main app
  • Make MANYFOLD_LOG_LEVEL case insensitive

Resolves #5382

@codacy-production
Copy link

codacy-production bot commented Feb 13, 2026

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6f85c10) 6088 5147 84.54%
Head commit (911af23) 6088 (+0) 5147 (+0) 84.54% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#5482) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@Floppy Floppy merged commit 8213b27 into main Feb 13, 2026
17 checks passed
@Floppy Floppy deleted the logging-fixes branch February 13, 2026 15:05
@github-project-automation github-project-automation bot moved this from Maybe to Done in Manyfold Roadmap Feb 13, 2026
@github-project-automation github-project-automation bot moved this from Maybe to Done in Manyfold Development Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Development

Successfully merging this pull request may close these issues.

Unable to control the log level of the Manyfold App.

1 participant