ログを.json
フォーマットする必要があり、現在Express-jsサーバーを使用しており、ログは次のようになります。
Error: Cannot return null for non-nullable field Query.get_bar.
Error: Cannot return null for non-nullable field Query.get_bar.
Error: Cannot return null for non-nullable field Query.get_foo.
いくつかのロガー フレームワーク (log4js、winstonjs) があることがわかりましたが、手動でログを記録したくありません (つまりconsole.log(123)
、.log
.
このタスクの最も簡単な解決策は何ですか?
更新: GitHubに関連する問題があります。