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

Logging of slow queries #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 29, 2015

  1. Allow to configure logging of slow queries

    For troubleshooting, it is possible to log queries that takes more
    than a certain amount of time with:
    
    cassandra-journal.log-slow-query = true
    cassandra-journal.slow-query-time = 2s
    
    Then if one of the journal query takes more than 2 seconds it will be
    logged at the DEBUG level to the "com.datastax.driver.core.QueryLogger.SLOW"
    slf4j logger.
    Brice Figureau committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    b21e19b View commit details
    Browse the repository at this point in the history