forgotten printf
authorPierre-Yves Ritschard <pyr@spootnik.org>
Fri, 25 Jul 2014 14:08:13 +0000 (16:08 +0200)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Fri, 25 Jul 2014 14:08:13 +0000 (16:08 +0200)
src/log_logstash.c

index b940046..14e157b 100644 (file)
@@ -60,7 +60,6 @@ static int log_logstash_config (const char *key, const char *value)
 
        if (0 == strcasecmp (key, "LogLevel")) {
                log_level = parse_log_severity(value);
-               printf("parsed log level: %d\n", log_level);
         if (log_level < 0) {
             log_level = LOG_INFO;
             ERROR("log_logstash: invalid loglevel [%s] defaulting to 'info'",