Hello, Prefect community, I was wondering if ther...
# prefect-community
j
Hello, Prefect community, I was wondering if there's a way to tell exactly where a log message, as seen in the Prefect Server's web console, actually came from. There seem to be at least three places any given log message can come from, and I have to log into different machines to hunt for their origin in each machine's syslog: • The Kubernetes pod created by the Kubernetes Agent. • The Dask scheduler machine. • A Dask worker machine. Knowing where the log message comes from is necessary to determine which part of the infrastructure is misconfigured. Thanks in advance.