Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move logging backend to spdlog #23

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open

Move logging backend to spdlog #23

wants to merge 47 commits into from

Conversation

hikinggrass
Copy link
Contributor

@hikinggrass hikinggrass commented Aug 15, 2024

Replaces the currently used logging backend "Boost.Log" with "spdlog".
This is a drop-in replacement, especially currently used config files should work without any modification, however this does mean we still depend on "Boost.Log" for the parsing of the configuration files

Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
…ng file sink based on the rotating file sink example of spdlog

Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
/proc/PID/cmdline is NUL separated, treat it as such for parsing

Signed-off-by: Kai-Uwe Hermann <[email protected]>
@hikinggrass hikinggrass changed the title Feature/spdlog Move logging backend to spdlog Aug 19, 2024
@hikinggrass hikinggrass marked this pull request as ready for review August 20, 2024 08:48
@Pietfried Pietfried requested a review from andistorm August 20, 2024 08:51
Copy link

@SebaLukas SebaLukas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works on my fedora 40 system without problems 👍

.ci/build-kit/install_and_test.sh Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
dependencies.yaml Outdated Show resolved Hide resolved
andistorm and others added 7 commits September 2, 2024 15:43
* Add `build-kit-liblog`
* Use newer `build-kit-base`
* Split up scripts
* Refactor `build_and_test` workflow file

Signed-off-by: Andreas Heinrich <[email protected]>
Signed-off-by: Andreas Heinrich <[email protected]>
Signed-off-by: Andreas Heinrich <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Copy link
Contributor

@andistorm andistorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐧

Signed-off-by: Kai-Uwe Hermann <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants