diff --git a/plugins/fluentd_telemetry_plugin/src/streamer.py b/plugins/fluentd_telemetry_plugin/src/streamer.py index 095fbc0a..cc6a2f1f 100644 --- a/plugins/fluentd_telemetry_plugin/src/streamer.py +++ b/plugins/fluentd_telemetry_plugin/src/streamer.py @@ -270,11 +270,8 @@ def clear_cached_streaming_data(self): self.streaming_metrics_mgr = MonitorStreamingMgr() if __name__ == "__main__": - # init app args - _args = ArgsParser.parse_args("UFM Telemetry Streaming to fluentd", UFMTelemetryConstants.args_list) - # init app config parser & load config files - config_parser = UFMTelemetryStreamingConfigParser(_args) + config_parser = UFMTelemetryStreamingConfigParser() # init logs configs logs_file_name = config_parser.get_logs_file_name()