Skip to content

DT-135: Add logging logic to capture clean logs and errors #135#136

Merged
abdotop merged 5 commits into
masterfrom
135-add-logging-logic-to-capture-clean-logs-and-errors
May 15, 2026
Merged

DT-135: Add logging logic to capture clean logs and errors #135#136
abdotop merged 5 commits into
masterfrom
135-add-logging-logic-to-capture-clean-logs-and-errors

Conversation

@abdotop
Copy link
Copy Markdown
Member

@abdotop abdotop commented May 12, 2026

Add logging logic to capture clean logs and errors across the application

@abdotop abdotop requested a review from kigiri May 12, 2026 23:09
@abdotop abdotop self-assigned this May 12, 2026
@abdotop abdotop linked an issue May 12, 2026 that may be closed by this pull request
Comment thread api/lib/logger.ts Outdated
? console.warn
: level === 'debug'
? console.debug
: console.info
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

console[level] || console.info

@abdotop abdotop force-pushed the 135-add-logging-logic-to-capture-clean-logs-and-errors branch from 426cbf0 to d5c3191 Compare May 15, 2026 14:48
@abdotop abdotop merged commit 30e8e1e into master May 15, 2026
2 checks passed
@abdotop abdotop deleted the 135-add-logging-logic-to-capture-clean-logs-and-errors branch May 15, 2026 14:51
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.

Add logging logic to capture clean logs and errors

2 participants