問題タブ [log4js-node]
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.
117 問題
0
投票する
2
に答える
1506
参照
javascript - NodeJS のログの STDOUT を .json にリダイレクトするにはどうすればよいですか
ログを.json
フォーマットする必要があり、現在Express-jsサーバーを使用しており、ログは次のようになります。
いくつかのロガー フレームワーク (log4js、winstonjs) があることがわかりましたが、手動でログを記録したくありません (つまりconsole.log(123)
、.log
.
このタスクの最も簡単な解決策は何ですか?
更新: GitHubに関連する問題があります。