TransportOptions.options property
Options handed to the winston transport constructor — filename for file, host/port/path/ssl for http.
Signature:
options: LoggerOptions;
Remarks
Typed as winston's LoggerOptions for historical reasons, which is wider than what is actually accepted here. Treat it as FileTransportOptions or HttpTransportOptions according to type; the declared type will not catch a mismatch for you.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.