You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to send logs from workers (iow, work horse running in child processes) to Azure application insight.
I see logs that are emitted from main worker are successfully sent to Azure AI, but not the ones from the workers and the job silently fails for some reason.
My best guess is that it's due to exporter (that has connection string to Azure AI) not correctly being passed down to worker processes, but I am not 100% sure.
I double checked logger level and I am generating below log from the worker: logging.warn("Testing")
I am trying to send logs from workers (iow,
work horse
running in child processes) to Azure application insight.I see logs that are emitted from main worker are successfully sent to Azure AI, but not the ones from the workers and the job silently fails for some reason.
My best guess is that it's due to
exporter
(that has connection string to Azure AI) not correctly being passed down to worker processes, but I am not 100% sure.I double checked logger level and I am generating below log from the worker:
logging.warn("Testing")
Below is my setting file:
The text was updated successfully, but these errors were encountered: