Skip to content

Bump flexi_logger from 0.5.2 to 0.8.3#42

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

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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps flexi_logger from 0.5.2 to 0.8.3.

Changelog

Sourced from flexi_logger's changelog.

[0.8.3] Make append() also work for rotating log files

[0.8.2] Add option to append to existing log files, rather than always truncating them

[0.8.1] Expose Logger.start_with_specfile() always

...and not only if the feature "specfile" is used - otherwise it does not appear
in the auto-generated docu (because it does not use --allfeatures)

[0.8.0] Add specfile feature

  • Add a feature that allows to specify the LogSpecification via a file
    that can be edited while the program is running
  • Remove/hide deprecated APIs
  • As a consequence, cleanup code, get rid of duplicate stuff.

[0.7.1] (bugfix) do not create empty files when used in env_logger style

Update docu and the description in cargo.toml

[0.7.0] Add support for multiple log output streams

  • replace FlexiWriter with DefaultLogWriter, which wraps a FileLogWriter
  • add test where a SecurityWriter and an AlertWriter are added
  • add docu
  • move deprecated structs to separate package
  • move benches to folder benches

[0.6.13] Add Logger::with_env_or_str()

[0.6.12] Add ReconfigurationHandle::parse_new_spec()

[0.6.10] Publish version based on log 0.4

[0.6.0] Use builder pattern for LogSpecification and Logger

  • deprecate outdated API
  • "objectify" LogSpecification
  • improve documentation, e.g. document the dash/underscore issue
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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @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 (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

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)
  • 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 #63.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/flexi_logger-0.8.3 branch February 12, 2019 04:14
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