Skip to content

Bump flexi_logger from 0.5.2 to 0.10.6#69

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/flexi_logger-0.10.6
Closed

Bump flexi_logger from 0.5.2 to 0.10.6#69
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/flexi_logger-0.10.6

Conversation

@dependabot-preview
Copy link
Contributor

Bumps flexi_logger from 0.5.2 to 0.10.6.

Changelog

Sourced from flexi_logger's changelog.

[0.10.6] - 2019-02-26

Deprecate Logger::start_reconfigurable(), let Logger::start() return a reconfiguration handle.

Add an option to write all logs to nowhere (i.e., do not write any logs).

[0.10.5] - 2019-01-15

Eliminate performance penalty for using reconfigurability.

[0.10.4] - 2019-01-07

Add methods to modify the log spec temporarily.

[0.10.3] - 2018-12-08

Advance to edition 2018.

[0.10.2] - 2018-12-07

Log-spec parsing is improved, more whitespace is tolerated.

[0.10.1] - 2018-11-08

When file rotation is used, the name of the file to which the logs are written is now stable.

Details:

  • the logs are always written to a file with infix _rCURRENT
  • if this file exceeds the specified rotate-over-size, it is closed and renamed to a file with a sequential number infix, and then the logging continues again to the (fresh) file with infix _rCURRENT

Example:

After some logging with your program my_prog, you will find files like

my_prog_r00000.log
my_prog_r00001.log
my_prog_r00002.log
my_prog_rCURRENT.log

[0.10.0] - 2018-10-30

LogSpecification::parse() now returns a Result<LogSpecification, FlexiLoggerError>, rather than
a log spec directly (-> version bump).
This enables a more reliable usage of FlexiLogger in non-trivial cases.

For the sake of compatibility for the normal usecases, the Logger methods with_str() etc.
remain unchanged. An extra method is added to retrieve parser errors, if desired.

... (truncated)
Commits

Dependabot compatibility score

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 will not automatically merge this PR because this dependency is pre-1.0.0.


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 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:

  • 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.

@dependabot-preview
Copy link
Contributor Author

Superseded by #71.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/flexi_logger-0.10.6 branch February 28, 2019 04:13
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.

1 participant

Comments