LoggerOptions.production constructor
const
LoggerOptions.production({})
Creates production-safe logging options (no sensitive data).
Implementation
const LoggerOptions.production({
this.logPrint = print,
this.methods = APIMethod.values,
this.colorOutput = false,
}) : request = true,
requestBody = false,
responseBody = false,
error = true,
stackTrace = false,
prettyPrint = false;