Enumeration ZLogLevel

Default log level values.

The same as Bunyan log levels.

Enumeration Members

Enumeration Members

Trace: 10

Logging from external libraries used by your app or very detailed application logging.

Debug: 20

Anything else, i.e. too verbose to be included in "info" level.

Info: 30

Detail on regular operation.

Warning: 40

A note on something that should probably be looked at by an operator eventually.

Error: 50

Fatal for a particular request, but the service/app continues servicing other requests. An operator should look at this soon(ish).

Fatal: 60

The service/app is going to stop or become unusable now. An operator should definitely look into this soon.

Generated using TypeDoc