$ 0 0 winston導入 npm install winston ログ用設定ファイルの作成 /config/logger.tsに以下を定義 logger.ts import winston from "winston"; import path from "path"; ...