Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(logging): add log level env variable #2299

Merged
merged 5 commits into from
Feb 18, 2025
Merged

Conversation

Meierschlumpf
Copy link
Member


Homarr

Thank you for your contribution. Please ensure that your pull request meets the following pull request:

  • Builds without warnings or errors (pnpm buid, autofix with pnpm format:fix)
  • Pull request targets dev branch
  • Commits follow the conventional commits guideline
  • No shorthand variable names are used (eg. x, y, i or any abbrevation)

@Meierschlumpf Meierschlumpf added the enhancement New feature or request label Feb 10, 2025
@Meierschlumpf Meierschlumpf self-assigned this Feb 10, 2025
@Meierschlumpf Meierschlumpf requested a review from a team as a code owner February 10, 2025 20:58
Copy link

github-actions bot commented Feb 10, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 21.53% 8815 / 40925
🔵 Statements 21.53% 8815 / 40925
🔵 Functions 26.94% 346 / 1284
🔵 Branches 62.29% 1008 / 1618
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/next.config.ts 0% 0% 0% 0% 1-53
apps/nextjs/src/app/[locale]/_client-providers/trpc.tsx 0% 0% 0% 0% 1-113
apps/nextjs/src/app/[locale]/boards/(content)/_header-actions.tsx 0% 0% 0% 0% 1-244
apps/nextjs/src/app/[locale]/widgets/[kind]/page.tsx 0% 0% 0% 0% 1-36
packages/auth/env.ts 49.09% 42.85% 100% 49.09% 17-20, 33-42, 45-58
packages/certificates/src/server.ts 44.11% 66.66% 57.14% 44.11% 14, 25-38, 41-47, 50-62, 74-80
packages/common/env.ts 100% 100% 100% 100%
packages/db/env.ts 66.66% 16.66% 100% 66.66% 33, 36, 38-49
packages/docker/src/env.ts 100% 100% 100% 100%
packages/env/index.ts 100% 100% 100% 100%
packages/env/src/index.ts 100% 33.33% 100% 100%
packages/env/src/schemas.ts 30.3% 100% 50% 30.3% 7-16, 24-39
packages/log/src/env.ts 100% 100% 100% 100%
Generated in workflow #5134 for commit 1d71e36 by the Vitest Coverage Report Action

Copy link

deepsource-io bot commented Feb 10, 2025

Here's the code health analysis summary for commits f32af66..1d71e36. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@manuel-rw manuel-rw merged commit 67d48e1 into dev Feb 18, 2025
13 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants