gavinlaking/vedeu

View on GitHub
docs/configuration/log_except.md

Summary

Maintainability
Test Coverage
Log specific message types except those given. A complete list of
message types can be found at {Vedeu::LOG_TYPES}.

    # Set:
    Vedeu.configure do
      log_except :debug, :event

      # or
      log_except [:debug, :info]

      # ...
    end

    # Get:
    Vedeu.config.log_except