winston_logger_config
Generate a Winston logger configuration with customizable transports, log levels, and output formats. Specify file or console logging, choose JSON or colorized formats, and set the log directory.
Instructions
Generate a Winston logger configuration with transports, formats, and log levels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json | |
| api_key | No | API key for authentication | |
| log_level | No | info | |
| transports | No | ||
| log_directory | No | ./logs |