-
Notifications
You must be signed in to change notification settings - Fork 47
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
Brayns 258 create a proper logging system for brayns #932
Merged
Adrien4193
merged 22 commits into
develop
from
BRAYNS-258_CreateAProperLoggingSystemForBrayns
Nov 5, 2021
Merged
Brayns 258 create a proper logging system for brayns #932
Adrien4193
merged 22 commits into
develop
from
BRAYNS-258_CreateAProperLoggingSystemForBrayns
Nov 5, 2021
+455
−523
Conversation
This file contains 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
…s://github.com/BlueBrain/Brayns into BRAYNS-258_CreateAProperLoggingSystemForBrayns
NadirRoGue
approved these changes
Nov 5, 2021
NadirRoGue
pushed a commit
that referenced
this pull request
Dec 14, 2021
* Added spdlog as submodule. * New logging API (not compiling). * Fixed compilation errors. * Fixed CE logs + removed CI old logs. * Fixed clang. * Improved log pattern. * Fix clang and log pattern. * Added spdlog as submodule. * New logging API (not compiling). * Fixed compilation errors. * Fixed CE logs + removed CI old logs. * Improved log pattern. * Fix clang and log pattern. * Fixed compilation issues. * Updated clang. * Updated clang for real... * Fixed CMake error on volta build. * Trying to fix cmake... * Trying to fix CMake... * Trying to fix CMake... * Trying to fix CMake...
NadirRoGue
added a commit
that referenced
this pull request
Dec 15, 2021
* Bumped Pillow and websockets version. (#922) * Code cleanup (#923) * Brayns 278 add mock requests in python tests (#924) * Brayns 285 fix logic issue in quanta jpeg stream (#925) * Brayns 286 fix python image method (#928) * Brayns 287 fix python entrypoint methods with one of schema (#929) * Loaders & CircuitExplorer refactoring (#927) * Fixed some typo's (#930) * Update AUTHORS.txt (#931) * Brayns 258 create a proper logging system for brayns (#932) * Frame export improvement and static global objects removal: (#933) * Removes CMake/common dependency from build system (#934) * Removed VRPN plugin and deps. (#935) * Brayns 295 rename brayns json macros to a more appropriate name (#936) * Fixes segfault due to global const std::strings (#939) * Map and unmap framebuffer added. (#940) * Fix entry points variable naming (#941) * Brayns 300 replace free image (#942) * Brayns 308 Code restructure (#943) * Brayns 315 2.0.0 release preparation (#944)
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.
New static class "Log" created wrapping an spdlog logger.