RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/weirdfingers/boards

Cursor rule

.cursor/rules/backend-logging.mdc

Backend 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 blocks

Repository

4

— · pushed 113 days ago

Last changed

3 days ago

First indexed 3 days ago.
weirdfingers/boards/.cursor/rules/backend-logging.mdcRawGitHub
1---
2description: Backend logging should use the centralized logger utilities
3globs: packages/backend/**/*.py
4---
5 
6# Backend Logging Standard
7 
8Always use the centralized logging utilities in [packages/backend/src/boards/logging.py](mdc:packages/backend/src/boards/logging.py).
9 
10- Use `get_logger(__name__)` to create module loggers
11- Do not use `print(...)` or `logging.getLogger(...)` directly in backend code
12- Configure once at app startup using `configure_logging(debug=settings.debug)`
13- Prefer structured logs; include request/user context via provided helpers
14- unless logging errors, never use `exc_info=True`
15 
16Example (module usage):
17 
18```python
19from boards.logging import get_logger
20 
21logger = get_logger(__name__)
22 
23async def handler():
24 logger.info("processing", step="start")
25```
26 
27Example (app setup):
28 
29```python
30from boards.logging import configure_logging
31 
32configure_logging(debug=settings.debug)
33```
34 

Sections

  • Backend Logging Standard

What it covers

code-styledo-not

Stack — with the evidence

node

(1.00)

turborepo

(1.00)

eslint

(1.00)

python

(0.80)

react

(0.70)

nextjs

(0.70)

fastapi

(0.70)

supabase

(0.70)

postgres

(0.70)

redis

(0.70)

tailwind

(0.70)

vitest

(0.70)

pytest

(0.70)

ruff

(0.70)

aws

(0.70)

typescript

(0.60)

javascript

(0.60)

monorepo

(0.60)

pnpm

(0.60)

docker

(0.60)

github-actions

(0.60)

Glob targeting

  • packages/backend/**/*.py

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
weirdfingers
Language
—
License
—
Archived
no

All configs in this repo

Also in weirdfingers/boards

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
weirdfingers/boards.cursor/rules/no-graphql-in-examples.mdc · 4Cursor rulesnodeturborepo+19api24/1003 days ago
weirdfingers/boards.cursor/rules/node-pnpm.mdc · 4Cursor rulesnodeturborepo+19setupstyledependenciesmonorepo50/1003 days ago
weirdfingers/boards.cursor/rules/python-tooling.mdc · 4Cursor rulesnodeturborepo+19setupteststyle67/1003 days ago
weirdfingers/boards.cursor/rules/test.mdc · 4Cursor rulesnodeturborepo+19test34/1003 days ago
weirdfingers/boards.cursor/rules/typecheck.mdc · 4Cursor rulesnodeturborepo+19no sections30/1003 days ago
weirdfingers/boardsCLAUDE.md · 4CLAUDE.mdnodeturborepo+19setupbuildtestlint-format+1296/1003 days ago
Diff against .cursor/rules/no-graphql-in-examples.mdc Diff against .cursor/rules/node-pnpm.mdc Diff against .cursor/rules/python-tooling.mdc Diff against .cursor/rules/test.mdc Diff against .cursor/rules/typecheck.mdc Diff against CLAUDE.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+13setuptestlint-formatstyle+799/1003 days ago
deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1Cursor rulestypescriptnextjs+5setuptestlint-formatstyle+799/1003 days ago
markstev/mark-starter.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+14setuptestlint-formatstyle+699/1003 days ago
dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+15setuptestlint-formatstyle+799/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack