Config
Defined in: packages/log/src/index.ts:10
Log configuration.
Properties
Section titled “Properties”format
Section titled “format”format:
"text"|"json"
Defined in: packages/log/src/index.ts:14
The configuration format.
jsonSpace
Section titled “jsonSpace”jsonSpace:
number
Defined in: packages/log/src/index.ts:27
How much space in the JSON output of objects. This does not change spacing in JSON logs, only for objects passed into log functions.
stderr
Section titled “stderr”stderr:
Writable
Defined in: packages/log/src/index.ts:22
Standard error output.
stdout
Section titled “stdout”stdout:
Writable
Defined in: packages/log/src/index.ts:18
Standard output.