lib/log_repository_fluentd.rb in RTALogger-2.1.2 vs lib/log_repository_fluentd.rb in RTALogger-2.2.0

- old
+ new

@@ -60,9 +60,11 @@ @host = config_json['host'] unless config_json['host'].nil? @port = config_json['port'] unless config_json['port'].nil? @tls_options = config_json['tls_options'] unless config_json['tls_options'].nil? @semaphore.synchronize { @fluent_logger = nil } + + @formatter.colorize = false end protected def create_fluentd_logger(host, port, tls_options)