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: francoisforster/logback
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: solidjb/logback
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Sep 20, 2013

  1. * Added support to the tomcat Server adaptor for correctly getting re…

    …quest start time. (Includes additional dependency on tomcat-coyote)
    
    * Update layouts.html to document the addition of elapsedTime/D to the pattern support for IAccessEvent
    * Modified AccessEvent.java to calculate the elapsedTime at construction of the event, instead of repeatedly in the getter.  This allows the value to be more easily seen in a debugger, and cleans up the code slightly.
    solidjb committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    e6f99ba View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2013

  1. * Fixed tabbing to be 2-spaces instead of 4

    * changed direct access of timestamp field to use getTimstamp() instead inside of calculateElapsedTime.
    solidjb committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    e7d41d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f8519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29cebb9 View commit details
    Browse the repository at this point in the history
Loading