Release notes
*Sourced from [Serilog.AspNetCore's releases](https://github.com/serilog/serilog-aspnetcore/releases).*
> ## v3.1.0
> * [#124](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/124) - include `SourceContext` in events ([@adamlith](https://github.com/adamlith))
> * [#132](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/132) - provide for customization of the logging level ([@seroche](https://github.com/seroche))
> * [#136](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/136) - improve setup docs ([@DavidCoghlan](https://github.com/DavidCoghlan))
> * [#138](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/138) - fix a README typo ([@sgbj](https://github.com/sgbj))
> * [#137](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/137) - include request timing in the arguments to `GetLevel` ([@nblumhardt](https://github.com/nblumhardt))
>
> ## v3.0.0
> * [#56](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/56) - README notes on _Serilog.Settings.Configuration_ ([@patriksvensson](https://github.com/patriksvensson))
> * [#66](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/66) - fix package repository URL ([@MaximRouiller](https://github.com/MaximRouiller))
> * [#87](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/87) - opt-in `ILoggerProvider` support ([@nblumhardt](https://github.com/nblumhardt))
> * [#90](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/90) - README updates showing modern startup pattern ([@pmorong](https://github.com/pmorong))
> * [#94](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/94) - `AddSerilogRequestLogging()` and `IDiagnosticContext` support ([@nblumhardt](https://github.com/nblumhardt))
> * [#109](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/109), [#110](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/110) - "batteries included" dependencies including `File()`, `Console()`, and `Debug()` sinks, along with _Serilog.Formatting.Compact_ and _Serilog.Settings.Configuration_ ([@nblumhardt](https://github.com/nblumhardt))
> * [#114](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/114) - use `` ([@SimonCropp](https://github.com/SimonCropp))
> * [#115](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/115), [#116](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/116), [#117](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/117) - code clean-up ([@SimonCropp](https://github.com/SimonCropp))
> * [#118](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/118) - remove redundant _Serilog.Extensions.Logging_ dependency ([@SimonCropp](https://github.com/SimonCropp))
>
Commits
- [`60e7df3`](https://github.com/serilog/serilog-aspnetcore/commit/60e7df3daa6ed59cf802b53f469bff1b6b46fb4f) Merge pull request [#140](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/140) from serilog/dev
- [`2d741c1`](https://github.com/serilog/serilog-aspnetcore/commit/2d741c1fe3258b353e033e0ba94439260a72421f) Merge pull request [#137](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/137) from serilog/get-level-elapsed
- [`ac78f96`](https://github.com/serilog/serilog-aspnetcore/commit/ac78f96fc0afb8a4dbc8a4af1d570d68fd34d661) Slight reformatting of DefaultGetLevel
- [`731e583`](https://github.com/serilog/serilog-aspnetcore/commit/731e5839899e7c235556ba66d0df45feecfb1119) Merge pull request [#138](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/138) from sgbj/patch-1
- [`af412ee`](https://github.com/serilog/serilog-aspnetcore/commit/af412eeac21d1b343580a10205f65e916cac9d1b) Minor version bump, new features coming
- [`39473b8`](https://github.com/serilog/serilog-aspnetcore/commit/39473b8cc9f536e6aaccfa40c145884d48a58323) Fix a typo in README.md
- [`47a5d0a`](https://github.com/serilog/serilog-aspnetcore/commit/47a5d0a7ca78f1e4144c387b77fe393174e3bcfb) Merge pull request [#111](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/111) from serilog/updated-examples
- [`ed55d3d`](https://github.com/serilog/serilog-aspnetcore/commit/ed55d3d4344b835c3ea1d70825fd36c3a8dda375) Include 'double elapsedMs' in the function signature of the GetLevel delegate
- [`dfbbcae`](https://github.com/serilog/serilog-aspnetcore/commit/dfbbcae6ae79befea5d37f11adc877677864f01b) Merge branch 'dev' into updated-examples
- [`b03e957`](https://github.com/serilog/serilog-aspnetcore/commit/b03e9572ac669e47edf2ee0a9c7f7ee8adc82faa) Use the final 3.0.100 SDK
- Additional commits viewable in [compare view](https://github.com/serilog/serilog-aspnetcore/compare/v2.1.1...v3.1.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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps Serilog.AspNetCore from 2.1.1 to 3.1.0.
Release notes
*Sourced from [Serilog.AspNetCore's releases](https://github.com/serilog/serilog-aspnetcore/releases).* > ## v3.1.0 > * [#124](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/124) - include `SourceContext` in events ([@adamlith](https://github.com/adamlith)) > * [#132](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/132) - provide for customization of the logging level ([@seroche](https://github.com/seroche)) > * [#136](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/136) - improve setup docs ([@DavidCoghlan](https://github.com/DavidCoghlan)) > * [#138](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/138) - fix a README typo ([@sgbj](https://github.com/sgbj)) > * [#137](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/137) - include request timing in the arguments to `GetLevel` ([@nblumhardt](https://github.com/nblumhardt)) > > ## v3.0.0 > * [#56](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/56) - README notes on _Serilog.Settings.Configuration_ ([@patriksvensson](https://github.com/patriksvensson)) > * [#66](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/66) - fix package repository URL ([@MaximRouiller](https://github.com/MaximRouiller)) > * [#87](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/87) - opt-in `ILoggerProvider` support ([@nblumhardt](https://github.com/nblumhardt)) > * [#90](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/90) - README updates showing modern startup pattern ([@pmorong](https://github.com/pmorong)) > * [#94](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/94) - `AddSerilogRequestLogging()` and `IDiagnosticContext` support ([@nblumhardt](https://github.com/nblumhardt)) > * [#109](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/109), [#110](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/110) - "batteries included" dependencies including `File()`, `Console()`, and `Debug()` sinks, along with _Serilog.Formatting.Compact_ and _Serilog.Settings.Configuration_ ([@nblumhardt](https://github.com/nblumhardt)) > * [#114](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/114) - use `Commits
- [`60e7df3`](https://github.com/serilog/serilog-aspnetcore/commit/60e7df3daa6ed59cf802b53f469bff1b6b46fb4f) Merge pull request [#140](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/140) from serilog/dev - [`2d741c1`](https://github.com/serilog/serilog-aspnetcore/commit/2d741c1fe3258b353e033e0ba94439260a72421f) Merge pull request [#137](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/137) from serilog/get-level-elapsed - [`ac78f96`](https://github.com/serilog/serilog-aspnetcore/commit/ac78f96fc0afb8a4dbc8a4af1d570d68fd34d661) Slight reformatting of DefaultGetLevel - [`731e583`](https://github.com/serilog/serilog-aspnetcore/commit/731e5839899e7c235556ba66d0df45feecfb1119) Merge pull request [#138](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/138) from sgbj/patch-1 - [`af412ee`](https://github.com/serilog/serilog-aspnetcore/commit/af412eeac21d1b343580a10205f65e916cac9d1b) Minor version bump, new features coming - [`39473b8`](https://github.com/serilog/serilog-aspnetcore/commit/39473b8cc9f536e6aaccfa40c145884d48a58323) Fix a typo in README.md - [`47a5d0a`](https://github.com/serilog/serilog-aspnetcore/commit/47a5d0a7ca78f1e4144c387b77fe393174e3bcfb) Merge pull request [#111](https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/111) from serilog/updated-examples - [`ed55d3d`](https://github.com/serilog/serilog-aspnetcore/commit/ed55d3d4344b835c3ea1d70825fd36c3a8dda375) Include 'double elapsedMs' in the function signature of the GetLevel delegate - [`dfbbcae`](https://github.com/serilog/serilog-aspnetcore/commit/dfbbcae6ae79befea5d37f11adc877677864f01b) Merge branch 'dev' into updated-examples - [`b03e957`](https://github.com/serilog/serilog-aspnetcore/commit/b03e9572ac669e47edf2ee0a9c7f7ee8adc82faa) Use the final 3.0.100 SDK - Additional commits viewable in [compare view](https://github.com/serilog/serilog-aspnetcore/compare/v2.1.1...v3.1.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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)