Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 75b4b5fc99f0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: de30f4e61d40
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 5, 2018

  1. cassandra: add option to configure logging

    As cassandra start script hardcodes the location of logback
    configuration to `CASSANDRA_CONF_DIR/logback.xml` there is no way to
    pass an alternate file via `$JVM_OPTS` for example.
    
    Also, without logback configuration DEBUG level is used which is not
    necessary for standard usage.
    
    With this commit a default logback configuration is set with log level
    INFO.
    
    Configuration borrowed from:
    https://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configLoggingLevels.html
    eonpatapon committed Dec 5, 2018
    Copy the full SHA
    691932b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge pull request #51570 from eonpatapon/cassandra-logging

    cassandra: add option to configure logging
    matthewbauer committed Jan 7, 2019
    Copy the full SHA
    de30f4e View commit details
    Browse the repository at this point in the history