Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Miryam-Schwartz committed Nov 17, 2024
1 parent 0ccdea3 commit 9b49179
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/fluentd_telemetry_plugin/src/streamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9b49179

Please sign in to comment.