·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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/andrelandgraf/fullstackrecipes