Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ Debug logging for the Collector is not currently configurable through {{fleet}}.
:::


## Resources

To learn how to enable debug logging for the EDOT SDKs, refer to [Enable debug logging for EDOT SDKs](../edot-sdks/enable-debug-logging.md).
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Enabling debug logging can help surface common problems such as:

## Verify you're looking at the right logs

* Ensure you’re checking logs for the same process that starts your app (systemd service, container entrypoint, IIS worker, etc.).
Ensure you’re checking logs for the same process that starts your app (systemd service, container entrypoint, IIS worker, etc.):

* For containerized environments such as Kubernetes/Docker:
* `kubectl logs <pod> -c <container>` (correct container name matters if there are sidecars)
* Check the new Pod after a rollout, as old Pods may show stale environment without your debug flags.
Expand Down
Loading