fix(syslog-ng): warning about conf version#584
Closed
Nautigsam wants to merge 1 commit intoopenembedded:masterfrom
Closed
fix(syslog-ng): warning about conf version#584Nautigsam wants to merge 1 commit intoopenembedded:masterfrom
Nautigsam wants to merge 1 commit intoopenembedded:masterfrom
Conversation
The service warned on startup about running in compatibility mode since the configuration version was "3.31" instead of "3.36".
Contributor
Author
|
@akuster Not sure if a PR is acceptable, tell me if you prefer a real patch file. |
mlasch
pushed a commit
to husqvarnagroup/smart-garden-gateway-yocto-meta-openembedded
that referenced
this pull request
Jun 22, 2022
Changelog: ========= Main Changes ------------ Add pyenv's .python-version into .gitignore, openembedded#576 Added more --very-verbose logging to make clearer what's going on, openembedded#578 Updated versions of containers in CI config, openembedded#583 Fixed coverage config template for namespaced packages, openembedded#610 Replaced internal appdirs dependency with platformdirs, openembedded#584 Documentation Changes --------------------- Mention python -m setuptools_scm as a form of debugging, openembedded#574 Mention setting the default branch in git in docs, openembedded#577 Fix documented path to pyscaffold/default.cfg, openembedded#580 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Contributor
|
applied to master with e80ce51 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The service warned on startup about running in compatibility mode since the configuration version was "3.31" instead of "3.36".
Fixes #583.