問題タブ [bunyan]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Bunyan ログ出力からホスト名、pid、およびその他のデフォルト フィールドを削除するにはどうすればよいですか?
これらはデフォルトのフィールドです
json 出力からhostname
,を削除したり、きれいな出力ツールを使用してこれらのフィールドを非表示にしたりするにはどうすればよいですか?pid
bunyan
node.js - Azure App Services でホストされているアプリケーションに bunyan や morgan などのロガーを使用することをお勧めしますか?
Node.JS アプリケーションがあり、アプリケーションに Morgan と Bunyan ロガーを実装しました。
後で Azure App Services でアプリケーションを公開しました。Azure App Services には Application Insights とログ機能があり、アプリケーションのすべてのエラーをログに記録し、アプリケーション API 呼び出しのステータスに関する詳細を提供します...など. ここで、アプリケーションにロガーを追加する必要があるかどうかを知りたいのですが、何を提案しますか. ありがとう。