Skip to content
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

chore(agent): cleanup agent's verbosedebug log #896

Merged
merged 2 commits into from
May 15, 2024

Commits on May 13, 2024

  1. cleanup agent's verbosedebug show_execute log

    Don't print `Stack depth: ...` messages unless requested with newrelic.special
    show_execute_stack_depth.
    lavarou committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a351a76 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. cleanup agent's verbosedebug show_execute log

    Change of strategy: don't print `Stack depth: ...` messages. Stack depth can
    can be inferred from the level of indentation used in `nr_php_show_exec` and
    `nr_php_show_exec_return` - both use `nr_php_show_exec_indentation`, which
    uses `NRPRG(php_cur_stack_depth)` to calculate indentation level.
    lavarou committed May 14, 2024
    Configuration menu
    Copy the full SHA
    957d912 View commit details
    Browse the repository at this point in the history