Skip to content

Add note that logs collection is not a prerequisite for Live Debugger #29796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
5 changes: 3 additions & 2 deletions content/en/tracing/live_debugger/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Live Debugger provides:
### Prerequisites

1. All [Dynamic Instrumentation prerequisites][16] are met.
1. You have [created a logs index][19] to store debugging information.
1. You have [created a logs index][19] to store debugging information.
- Note: It is NOT required to have logs collection enabled on the DD agent to create a logs index or use Live Debugger in general.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Note: It is NOT required to have logs collection enabled on the DD agent to create a logs index or use Live Debugger in general.
- Note: It is NOT required to have logs collection enabled on the Datadog Agent to create a logs index or use Live Debugger in general.

1. (Recommended) You have enabled [Source Code Integration][20] to view and select specific code locations when adding logpoints.

### Setup Live Debugger
Expand Down Expand Up @@ -158,4 +159,4 @@ The following constraints apply to Live Debugger usage and configuration:
[19]: /dynamic_instrumentation/#create-a-logs-index
[20]: /integrations/guide/source-code-integration/
[21]: https://app.datadoghq.com/account/billing
[22]: https://app.datadoghq.com/apm/traces
[22]: https://app.datadoghq.com/apm/traces
Loading