Skip to content

Commit

Permalink
processes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shuvalov committed Aug 16, 2024
1 parent 8d427b7 commit a1c85b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildpack/telemetry/fluentbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def _await_logging_endpoint():
("localhost", int(FLUENTBIT_ENV_VARS["FLUENTBIT_LOGS_PORT"]))
)

os.system("ps -ef")
logging.info("Awaiting Fluent Bit log subscriber...")
success = True
if _await_logging_endpoint() != 0:
Expand Down

0 comments on commit a1c85b9

Please sign in to comment.