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 logger use a yellow background and a darkgray text for legibility #1570

Merged
merged 1 commit into from Sep 26, 2018
Merged

Make logger use a yellow background and a darkgray text for legibility #1570

merged 1 commit into from Sep 26, 2018

Conversation

denisse-dev
Copy link
Contributor

  1. Why is this change neccesary?
    White text on a yellow background was illegible with most terminal color schemes

  2. How does it address the issue?
    The white text was replaced with a bash compatible dark gray while keeping the
    yellow background colour

  3. What side effects does this change have?
    Resolves HTTP status code is illegible #1552

Before:
captura de pantalla 2018-09-25 a la s 17 09 01

After:
captura de pantalla 2018-09-25 a la s 17 08 42

1. Why is this change neccesary?
White text on a yellow background was illegible with most terminal color schemes

2. How does it address the issue?
The white text was replaced with a bash compatible dark gray while keeping the
yellow background colour

3. What side effects does this change have?
Resolves #1552
@codecov
Copy link

codecov bot commented Sep 25, 2018

Codecov Report

Merging #1570 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1570   +/-   ##
=======================================
  Coverage   99.06%   99.06%           
=======================================
  Files          39       39           
  Lines        1922     1922           
=======================================
  Hits         1904     1904           
  Misses         14       14           
  Partials        4        4
Impacted Files Coverage Δ
logger.go 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b02e4f2...009e63b. Read the comment docs.

@appleboy appleboy added this to the 1.4 milestone Sep 26, 2018
@thinkerou thinkerou merged commit fd599fc into gin-gonic:master Sep 26, 2018
justinfx pushed a commit to justinfx/gin that referenced this pull request Nov 3, 2018
gin-gonic#1570)

1. Why is this change neccesary?
White text on a yellow background was illegible with most terminal color schemes

2. How does it address the issue?
The white text was replaced with a bash compatible dark gray while keeping the
yellow background colour

3. What side effects does this change have?
Resolves gin-gonic#1552
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants