How to Collect Neo4j's `query.log`/Stream from Log4j Inside a Container Using Azure Monitor Agent in AKS
I'm running a Neo4j database inside a Kubernetes cluster on Azure Kubernetes Service (AKS). The Neo4j pod writes its logs, including query.log, to the filesystem inside the container at /logs/query.log. I want to collect the query.log (or stream from Log4j)…