Changelog
*Sourced from [github.com/sirupsen/logrus's changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md).*
> # 1.2.0
> This new release introduces:
> * A new method `SetReportCaller` in the `Logger` to enable the file, line and calling function from which the trace has been issued
> * A new trace level named `Trace` whose level is below `Debug`
> * A configurable exit function to be called upon a Fatal trace
> * The `Level` object now implements `encoding.TextUnmarshaler` interface
Commits
- [`bcd833d`](https://github.com/sirupsen/logrus/commit/bcd833dfe83d3cebad139e4a29ed79cb2318bf95) v1.2.0 changelog
- [`fd23083`](https://github.com/sirupsen/logrus/commit/fd2308367ebd427ec910c1ac82f3805db3de1918) Merge pull request [#854](https://github-redirect.dependabot.com/sirupsen/logrus/issues/854) from sirupsen/fix_panic_text_formatter
- [`d10c2f9`](https://github.com/sirupsen/logrus/commit/d10c2f9e3c9bf2debfd370a038ca8520f73bd405) fix panic in text formatter
- [`566a5f6`](https://github.com/sirupsen/logrus/commit/566a5f690849162ff53cf98f3c42135389d63f95) Merge pull request [#845](https://github-redirect.dependabot.com/sirupsen/logrus/issues/845) from yanana/make-level-implement-text-unmarshaler
- [`251d6bf`](https://github.com/sirupsen/logrus/commit/251d6bf71382da18d56ae619e48a8404728b40b0) Merge pull request [#850](https://github-redirect.dependabot.com/sirupsen/logrus/issues/850) from sirupsen/caller_feature
- [`5a78c38`](https://github.com/sirupsen/logrus/commit/5a78c38d0e21bb6cfcc02703f25b9232b0312ccd) make file name comparison os independant
- [`d2654b7`](https://github.com/sirupsen/logrus/commit/d2654b752f1ef4f33cce0b405c0f118bf1b69bdd) add file and line number in output when report caller is enabled
- [`fa01b53`](https://github.com/sirupsen/logrus/commit/fa01b530978c5b5bc0eade9c6198f409fd5c6859) move test functions and test utils functions in their own package
- [`ec57031`](https://github.com/sirupsen/logrus/commit/ec57031db11c2a7783cbc010a6c2c9ab10a8e039) store a runtime.Frame in Entry instead of the caller function name
- [`975c406`](https://github.com/sirupsen/logrus/commit/975c406ddb02ea083d859e81a86dcd8a3854217a) Use a sync.Once to init the reportCaller data
- Additional commits viewable in [compare view](https://github.com/sirupsen/logrus/compare/v1.1.1...v1.2.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps github.com/sirupsen/logrus from 1.1.1 to 1.2.0.
Changelog
*Sourced from [github.com/sirupsen/logrus's changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md).* > # 1.2.0 > This new release introduces: > * A new method `SetReportCaller` in the `Logger` to enable the file, line and calling function from which the trace has been issued > * A new trace level named `Trace` whose level is below `Debug` > * A configurable exit function to be called upon a Fatal trace > * The `Level` object now implements `encoding.TextUnmarshaler` interfaceCommits
- [`bcd833d`](https://github.com/sirupsen/logrus/commit/bcd833dfe83d3cebad139e4a29ed79cb2318bf95) v1.2.0 changelog - [`fd23083`](https://github.com/sirupsen/logrus/commit/fd2308367ebd427ec910c1ac82f3805db3de1918) Merge pull request [#854](https://github-redirect.dependabot.com/sirupsen/logrus/issues/854) from sirupsen/fix_panic_text_formatter - [`d10c2f9`](https://github.com/sirupsen/logrus/commit/d10c2f9e3c9bf2debfd370a038ca8520f73bd405) fix panic in text formatter - [`566a5f6`](https://github.com/sirupsen/logrus/commit/566a5f690849162ff53cf98f3c42135389d63f95) Merge pull request [#845](https://github-redirect.dependabot.com/sirupsen/logrus/issues/845) from yanana/make-level-implement-text-unmarshaler - [`251d6bf`](https://github.com/sirupsen/logrus/commit/251d6bf71382da18d56ae619e48a8404728b40b0) Merge pull request [#850](https://github-redirect.dependabot.com/sirupsen/logrus/issues/850) from sirupsen/caller_feature - [`5a78c38`](https://github.com/sirupsen/logrus/commit/5a78c38d0e21bb6cfcc02703f25b9232b0312ccd) make file name comparison os independant - [`d2654b7`](https://github.com/sirupsen/logrus/commit/d2654b752f1ef4f33cce0b405c0f118bf1b69bdd) add file and line number in output when report caller is enabled - [`fa01b53`](https://github.com/sirupsen/logrus/commit/fa01b530978c5b5bc0eade9c6198f409fd5c6859) move test functions and test utils functions in their own package - [`ec57031`](https://github.com/sirupsen/logrus/commit/ec57031db11c2a7783cbc010a6c2c9ab10a8e039) store a runtime.Frame in Entry instead of the caller function name - [`975c406`](https://github.com/sirupsen/logrus/commit/975c406ddb02ea083d859e81a86dcd8a3854217a) Use a sync.Once to init the reportCaller data - Additional commits viewable in [compare view](https://github.com/sirupsen/logrus/compare/v1.1.1...v1.2.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.