Cursor rule
.cursor/rules/backend-logging.mdcBackend logging should use the centralized logger utilities
Cursor rules
Quality
41/100
Scores the file, not the repository.Length
82 words
1 headings · 2 code blocksRepository
4
— · pushed 113 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Backend Logging Standard78Always use the centralized logging utilities in [packages/backend/src/boards/logging.py](mdc:packages/backend/src/boards/logging.py).910- Use `get_logger(__name__)` to create module loggers11- Do not use `print(...)` or `logging.getLogger(...)` directly in backend code12- Configure once at app startup using `configure_logging(debug=settings.debug)`13- Prefer structured logs; include request/user context via provided helpers14- unless logging errors, never use `exc_info=True`1516Example (module usage):1718```python19from boards.logging import get_logger2021logger = get_logger(__name__)2223async def handler():24 logger.info("processing", step="start")25```2627Example (app setup):2829```python30from boards.logging import configure_logging3132configure_logging(debug=settings.debug)33```34
Also in weirdfingers/boards
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| weirdfingers/boards.cursor/rules/no-graphql-in-examples.mdc · 4 | Cursor rules | api | 24/100 | 3 days ago | |
| weirdfingers/boards.cursor/rules/node-pnpm.mdc · 4 | Cursor rules | setupstyledependenciesmonorepo | 50/100 | 3 days ago | |
| weirdfingers/boards.cursor/rules/python-tooling.mdc · 4 | Cursor rules | setupteststyle | 67/100 | 3 days ago | |
| weirdfingers/boards.cursor/rules/test.mdc · 4 | Cursor rules | test | 34/100 | 3 days ago | |
| weirdfingers/boards.cursor/rules/typecheck.mdc · 4 | Cursor rules | no sections | 30/100 | 3 days ago | |
| weirdfingers/boardsCLAUDE.md · 4 | CLAUDE.md | setupbuildtestlint-format+12 | 96/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
