Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メッセージをLogglyに記録するためにwinston -loggly-bulkでwinstonを使用しています。サーバーが受け取るすべてのリクエストをログに記録したいと考えています。morganを使用すると、次のように簡単に実行できます。
app.use(morgan('dev'));
winstonで同様のことができますか?