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: sirupsen/logrus
base: v1.6.0
Choose a base ref
...
head repository: sirupsen/logrus
compare: v1.7.0
Choose a head ref
  • 12 commits
  • 10 files changed
  • 6 contributors

Commits on Dec 9, 2019

  1. Add support for freebsd/arm64

    dmgk committed Dec 9, 2019
    Copy the full SHA
    28e2121 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Copy the full SHA
    7d248fa View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Simplify checkIfTerminal for Windows

    Instead of relying on EnableVirtualTerminalProcessing from
    github.com/konsorten/go-windows-terminal-sequences which just calls
    GetConsoleMode, sets ENABLE_VIRTUAL_TERMINAL_PROCESSING and calls
    SetConsoleMode with the new modified mode, implement it directly inside
    checkIfTerminal. This also avoids the duplicate call to GetConsoleMode.
    tklauser committed May 6, 2020
    Copy the full SHA
    8665791 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Merge pull request #1088 from tklauser/simplify-windows

    Simplify checkIfTerminal for Windows
    dgsb committed May 19, 2020
    Copy the full SHA
    0de04f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1077 from dmgk/master

    Add support for freebsd/arm64
    dgsb committed May 19, 2020
    Copy the full SHA
    e8fa988 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/function-log' of https://github.com/Azer0s/logrus

    … into Azer0s-feature/function-log
    dgsb committed May 19, 2020
    Copy the full SHA
    d7edea4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ba4da53 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1142 from sirupsen/function-log

    Function log
    dgsb committed May 19, 2020
    Copy the full SHA
    20dcf91 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Update doc for new logger

    Update default formatter for new logger from JsonFormatter to TextFormatter
    sohel-sheikh committed May 26, 2020
    Copy the full SHA
    630ea45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1144 from sohel-sheikh/patch-1

    Update doc for new logger
    dgsb committed May 26, 2020
    Copy the full SHA
    42baed8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Copy the full SHA
    64a5944 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1145 from sirupsen/custom_buffer_pool

    Add an API to plug a custom buffer free item mangement system
    dgsb committed May 28, 2020
    Copy the full SHA
    6699a89 View commit details
    Browse the repository at this point in the history