Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Oct 5, 2016

  1. util-logging: Pick up log file size

    Problem
    
    FileHandler sets 'bytesWrittenToFile' as 0 in 'openLog()'.
    This forces log file size to 0 every-time application is restarted, even if it exists.
    
    Solution
    
    Set 'bytesWrittenToFile' as file size in openStream(), if log file exists.
    Else set it to 0. Remove 'bytesWrittenToFile' from 'openLog()'
    
    ISSUE: #176
    Vivek Malik committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    b8fc099 View commit details
    Browse the repository at this point in the history
  2. Rectify Scala Style in FileHandlerTest

    ISSUE: #176
    Vivek Malik committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    6e0ebb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Rectify Scala style in FileHandlerTest, patch 2.

    Vivek Malik committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    b01f676 View commit details
    Browse the repository at this point in the history
  2. Set len as bytes Storage type.

    Vivek Malik committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    23365b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Remove test iteration. Add multiple file handlers

    Vivek Malik committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    f1958a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dc9b89 View commit details
    Browse the repository at this point in the history
Loading