Navigation Menu

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: groonga/groonga
base: 2e30cb2394f3
Choose a base ref
...
head repository: groonga/groonga
compare: 58a1b2025d73
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 20, 2012

  1. Support changing default logger's max level before grn_init()

    grn_init() logs some messages such as vm.overcommit_memory related
    messages. vm.overcommit_memory related messages uses INFO log level.
    The messages never be logged because the default max log level is
    NOTICE and the default max log level can't be changed before grn_init().
    kou committed Aug 20, 2012
    Copy the full SHA
    25b31d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2012

  1. Merge pull request #27 from groonga/support-default-logger-max-level-…

    …change
    
    Support changing default logger's max level before grn_init()
    daijiro committed Aug 24, 2012
    Copy the full SHA
    58a1b20 View commit details
    Browse the repository at this point in the history