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

Upgrade #3

Closed
wants to merge 131 commits into from
Closed

Upgrade #3

wants to merge 131 commits into from

Conversation

onemouth
Copy link

No description provided.

n10v and others added 30 commits September 2, 2017 15:03
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
Add a CallerPrettyfier callback to the json formatter
…formatter

Add a CallerPrettyfier callback to the text formatter
Fix error formatting based on best practices from Code Review Comments
David Bariod and others added 29 commits October 25, 2019 14:49
remove go1.11.x from travis build matrix
Creates a copy of the data map when using WithContext to create a
child entity.  Without this, the data map of the parent entitiy,
which is exposed in the entity struct, is shared between a parent
and all children instances.

This can create bugs of shared or overwritten data when a parent
entity is used to make children in differing contexts, and behaves
differently than `WithField` and its diritivites which does make
a copy of the data.

Additionally implements the same logic for WithTime, for API
consistency in behavior.
Clarifies the data used in the EntryWithContextCopiesData test and
adds an equivalent test to verify the behavior of WithTime.
…ibility.

One entry in the Logrus formatters list in the readme contained
a lot of extraneous punctuation.

When read with a screen reader, nothing but a bunch of question marks and weird symbol names could be heard,
making the line impossible to understand.
Remove annoying punctuation in Readme for better screen reader accesssibility
…sEntities

Fix entry data bleed when using WithContext and WithTime
Add hook to send logs to custom writer sirupsen#678
Only mark issues as stale for now until we go through backlog of PRs
Rewrite if-else-if-else to switch statements
@onemouth onemouth closed this Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.