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

Make internal logs accessible via REST API call #1452

Merged
merged 12 commits into from Oct 6, 2015
Merged

Commits on Sep 28, 2015

  1. Make internal logs accessible via REST API call

    * Log4J appender writing logs to a fixed size in memory destination
    * REST API call to access the logs
    
    This allows Apollo to collect the most recent logs and also the graylog-web-interface to display server logs. This will make maintenance easier and our support faster.
    Lennart Koopmann committed Sep 28, 2015
    Copy the full SHA
    70b218b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Add unit test for MemoryAppender

    Jochen Schalanda committed Sep 29, 2015
    Copy the full SHA
    a237dd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2015

  1. address comments from PR #1452

    Lennart Koopmann committed Oct 4, 2015
    2
    Copy the full SHA
    d0dd347 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'logs-rest' of github.com:Graylog2/graylog2-server into …

    …logs-rest
    Lennart Koopmann committed Oct 4, 2015
    Copy the full SHA
    a331365 View commit details
    Browse the repository at this point in the history
  3. make memory appender test work. #1452

    Lennart Koopmann committed Oct 4, 2015
    Copy the full SHA
    f37a71a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. fix imports, add default value for limit, initialize result list with…

    … initial size. #1452
    Lennart Koopmann committed Oct 5, 2015
    Copy the full SHA
    8318bc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Fix comment in graylog2-radio.conf

    [ci skip]
    Jochen Schalanda committed Oct 6, 2015
    1
    Copy the full SHA
    db4c843 View commit details
    Browse the repository at this point in the history
  2. Fix preconditions of LoggersResource#messages()

    Jochen Schalanda committed Oct 6, 2015
    Copy the full SHA
    087af4c View commit details
    Browse the repository at this point in the history
  3. Add validation to LoggersResource#setSubsystemLoggerLevel() and #setS…

    …ingleLoggerLevel()
    Jochen Schalanda committed Oct 6, 2015
    Copy the full SHA
    c2d6cc0 View commit details
    Browse the repository at this point in the history
  4. Add threadName, NDC, and MDC to InternalLogMessage

    Jochen Schalanda committed Oct 6, 2015
    2
    Copy the full SHA
    e6a03c9 View commit details
    Browse the repository at this point in the history
  5. Allow filtering internal log messages by log level

    Jochen Schalanda committed Oct 6, 2015
    Copy the full SHA
    999419d View commit details
    Browse the repository at this point in the history
  6. Remove unneeded call to LoggingEvent#getMDCCopy()

    Jochen Schalanda committed Oct 6, 2015
    Copy the full SHA
    3874d6c View commit details
    Browse the repository at this point in the history