-
Notifications
You must be signed in to change notification settings - Fork 9
Feature/loguru cve2 #483
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
Merged
Merged
Feature/loguru cve2 #483
Changes from 23 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
90afe72
⏺ Perfect! Everything is working correctly:
FBumann c235428
Update CHANGELOG.md and dependencies
FBumann 81eaa6b
Updaet remaining classes to regular logger
FBumann 9120226
Remove lazy and opt calls from loguru
FBumann ef694cf
Console defaults to stdout
FBumann dc520e3
Change critical level to bold red
FBumann 764ba78
⏺ Perfect! The new improved format is now implemented and documented.
FBumann bdf109e
Also show ms
FBumann 2d3cd60
Format: 2025-11-21 21:27:37.203 INFO │ Message
FBumann 181f694
Use default color for INFO
FBumann 4a2f323
Use thin for timestamp
FBumann f39df1b
Exported formatters - Users can now import MultilineFormatter and Col…
FBumann 29f3fef
Synchronize formater in file and console
FBumann e20c1df
Add more presets and improve docstrings
FBumann f8058b5
Improve docstrings
FBumann a79df17
Make logging defualt and wanring only by default
FBumann 5b1a738
Move logging setup to __init__.py
FBumann 760b473
Update test_config.py
FBumann d582419
Simplify config tests
FBumann 8de0381
Remove get_logger method
FBumann 1ac223d
Bugfix from loguru code
FBumann 44315dc
Bugfix
FBumann 4a9b176
fixed all the imports for DEPRECATION_REMOVAL_VERSION to import from…
FBumann c73b8a8
linting
FBumann 81796d6
fixed the critical exception handling bug in both custom formatters
FBumann c950d7a
moved the escape_codes import to module scope
FBumann 2a3694d
1. Clarified the comment (line 64):
FBumann 2a38495
Add guards for lazy logging
FBumann a05c8a2
logging instead of printing network app start
FBumann 1cd0a70
fix the loguru-style logger.warning calls in linear_converters.py
FBumann e29fd26
Remove docstring message about deprecation
FBumann 9b8b984
Improve CHANGELOG.md
FBumann 27c8028
Shorten CHANGELOG.md
FBumann 124ce4d
added two new tests to tests/test_config.py to verify exception loggi…
FBumann 76a3632
Guard __all__ export of ColoredMultilineFormatter on COLORLOG_AVAILABLE
FBumann 6c35188
fixed the handler-filtering logic in CONFIG.Logging.enable_file() an…
FBumann 3c679eb
Fix CHANGELOG.md
FBumann f2783c0
Remove notebook preset
FBumann 1761d6e
Update CHANGELOG.md
FBumann 4b44aac
Update docs
FBumann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.