hello, is it possible to include agent logs as flo...
# ask-community
m
hello, is it possible to include agent logs as flow logs (in the server UI)? I’m interested in passing some logs from
Infrastructure.run
, I know there’s
self.logger
which makes the logs appear in the agent logs but not as flow logs. Would using
get_run_logger
inside
Infrastructure.run
be appropriate?