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

[logging] remove spdlog submodule which resolves many issues #615

Merged

Conversation

tijyojwad
Copy link
Contributor

@tijyojwad tijyojwad commented Dec 4, 2020

Remove spdlog as logger and replace with simple logging implementation.

@mimaric mimaric added the sdk Overall SDK related improvements label Dec 7, 2020
@tijyojwad tijyojwad changed the title [logging] update spdlog submodule which resolves many issues [logging] remove spdlog submodule which resolves many issues Dec 8, 2020
common/base/src/logging.cpp Outdated Show resolved Hide resolved
cudaaligner/src/aligner_global_ukkonen.cpp Outdated Show resolved Hide resolved
common/base/src/logging.cpp Outdated Show resolved Hide resolved
1. update logger api to use const char*
2. removed exit from critical logging state
@tijyojwad tijyojwad linked an issue Dec 9, 2020 that may be closed by this pull request
@tijyojwad
Copy link
Contributor Author

rerun tests

common/base/src/logging.cpp Outdated Show resolved Hide resolved
common/base/src/logging.cpp Show resolved Hide resolved
Copy link
Contributor

@ahehn-nv ahehn-nv left a comment

Choose a reason for hiding this comment

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

Sorry, for the long wait. In addition to this last (I promise! ;) ) requested change, I still see a potential problem. I wanted to test this before I approve, but I haven't gotten around to it yet, so I will ignore that for the PR. I'll test it later and open a ticket if it turns out to be a problem.

common/base/src/logging.cpp Show resolved Hide resolved
common/base/src/logging.cpp Outdated Show resolved Hide resolved
common/base/src/logging.cpp Outdated Show resolved Hide resolved
@tijyojwad tijyojwad merged commit 747aaf8 into NVIDIA-Genomics-Research:dev-v0.6.0 Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk Overall SDK related improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[logging] remove spdlog as logger dependency
3 participants