Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
(#1406) Initialise the logging port for external callback process. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 authored Jun 3, 2024
1 parent f1530be commit c1bf9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hyperion/external_interaction/callbacks/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def setup_logging(dev_mode: bool):
filename,
dev_mode,
error_log_buffer_lines=ERROR_LOG_BUFFER_LINES,
graylog_port=CONST.GRAYLOG_PORT,
)
handlers["graylog_handler"].addFilter(tag_filter)
log_info(f"Loggers initialised with dev_mode={dev_mode}")
Expand Down

0 comments on commit c1bf9cf

Please sign in to comment.