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

Query: Add logging #21924

Merged
1 commit merged into from
Aug 4, 2020
Merged

Query: Add logging #21924

1 commit merged into from
Aug 4, 2020

Commits on Aug 4, 2020

  1. Query: Add logging

    Part of #17498
    
    Added messages
    - Starting query compilation
    - Navigation included
    - Skip/Take without order by (infra is in core but providers use to generate the warning)
    - First without order by or predicate  (infra is in core but providers use to generate the warning)
    
    Removed messages
    - Include ignored (they get removed due to automatic pruning based on expression tree visitation
    - Obsolete exception with aggregate operator in relational. We logged that when doing client eval of aggregate operation
    - Optimized query model - there is no more optimization phase.
    
    Other fixes
    - Don't log parameter values in Cosmos when sensitive data logging is not enabled.
    smitpatel committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a6acbbb View commit details
    Browse the repository at this point in the history