func()

in main/logger.go [53:56]


func (lg ExtensionLogger) with(key string, value string) {
    //lg.logger.WithField(key, value).Info("")
    golog.Printf("Added context: %s=%s\n", key, value)
}