externalLoggerOptions
Index
Properties
externaloptionaldata
externaloptionallevel
Sets the log level to the given value, preventing messages from less important log levels
from being printed to the console. Use in conjunction with the log.LEVELS
constants.
externaloptionallogger
Logger implementation to be used. Default one is log.LoggerText to log messages as easily readable
strings. Optionally you can use log.LoggerJson
that formats each log line as a JSON.
externaloptionalmaxDepth
Max depth of data object that will be logged. Anything deeper than the limit will be stripped off.
externaloptionalmaxStringLength
Max length of the string to be logged. Longer strings will be truncated.
externaloptionalprefix
Prefix to be prepended the each logged line.
externaloptionalsuffix
Suffix that will be appended the each logged line.
Additional data to be added to each log line.