in fccontext/fc_logger.go [18:23]
func newLogWriter(requestID, level string) *logWriter { return &logWriter{ requestID: requestID, level: level, } }