Skip to content

Commit

Permalink
python-modules/hypr: set $TRANSPORT to hypr-api
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
  • Loading branch information
bazsi committed Oct 16, 2023
1 parent 60d23ee commit b0c6d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/python-modules/syslogng/modules/hypr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def init(self, options):
# Start search at last fetch window end time
self.start_time = int(self.persist["last_read"])

self.set_transport_name("hypr-api")
self.logger.debug("Driver initialization complete, fetch window starts at %i (%s)",
self.start_time, datetime.utcfromtimestamp(self.start_time / 1000))

Expand Down

0 comments on commit b0c6d19

Please sign in to comment.