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

Bz950 no progress on console #6

Merged
4 commits merged into from
Dec 28, 2010
Merged

Bz950 no progress on console #6

4 commits merged into from
Dec 28, 2010

Commits on Dec 23, 2010

  1. Bug 950: riak_err sends progress reports to console

    More closely mimic default SASL tty logger behavior: SASL progress
    reports are not written to the tty/console.
    
    Added a new environment config knob for the riak_err app,
    console_error_type, to provide basic error level filtering
    for the tty/console-mimicing behavior: 'all' (the default)
    for all non-SASL-progress reports or 'error' for error-severity
    non-SASL-progress reports.
    slfritchie committed Dec 23, 2010
    2 Configuration menu
    Copy the full SHA
    0435a7b View commit details
    Browse the repository at this point in the history
  2. Bug 950: refactoring, EUnit tests, new config knob

    Refactored the code so that it's possible to export a couple of
    useful functions, format_event/3 and limited_fmt/4.  The refactoring
    also made Eunit tests for the formatting much easier to write.
    
    See the Edoc at the head of riak_err_app.erl for descriptions of
    console_error_type and console_sasl_reports.
    slfritchie committed Dec 23, 2010
    Configuration menu
    Copy the full SHA
    7f2a00d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2010

  1. Ignore .eunit dir

    slfritchie committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    37b7123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7887bc4 View commit details
    Browse the repository at this point in the history