·using-logging
</>

using-logging

andrelandgraf/fullstackrecipes

在整个应用程序中使用 Pino 的结构化日志记录。涵盖日志级别、上下文和工作流程安全的日志记录模式。

41安装·0热度·@andrelandgraf

安装

$npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-logging

SKILL.md

Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns.

Always include context as the first argument for structured logs:

| Level | When to Use | | trace | Detailed debugging (rarely used) | | debug | Development troubleshooting | | info | Normal operations, business events | | warn | Recoverable issues, deprecation warnings | | error | Failures that need attention | | fatal | Critical failures, app cannot continue |

在整个应用程序中使用 Pino 的结构化日志记录。涵盖日志级别、上下文和工作流程安全的日志记录模式。 来源:andrelandgraf/fullstackrecipes。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-logging
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 using-logging?

在整个应用程序中使用 Pino 的结构化日志记录。涵盖日志级别、上下文和工作流程安全的日志记录模式。 来源:andrelandgraf/fullstackrecipes。

如何安装 using-logging?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-logging 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/andrelandgraf/fullstackrecipes