-
-
Notifications
You must be signed in to change notification settings - Fork 626
feat : Centralized Logging System #548
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
Changes from 14 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2059371
Implement centralized logging system using Loguru for PictoPy project
Hemil36 145dc11
Copilot/vscode1759322757618 (#2)
Hemil36 87d8598
Merge branch 'AOSSIE-Org:main' into logging
Hemil36 c6cec0a
Refactor function signatures for improved readability and consistency…
Hemil36 e17e9eb
Refactor ObjectClassifier and YOLO classes to use logging instead of …
Hemil36 b6440f1
Refactor YOLO and ObjectClassifier classes for improved readability b…
Hemil36 10df1a6
Add loguru to sync-microservice requirements for enhanced logging cap…
Hemil36 71b8da7
add LoggerWriter class for stdout/stderr redirection to logging system
Hemil36 c91939b
Remove unused import statements from folders.py and microservice.py f…
Hemil36 0eba7a0
Implement log thread cleanup and enhance stdout/stderr redirection in…
Hemil36 5a8b7d1
Remove unused import statement for os in yolo_mapping.py
Hemil36 26b4590
fix: Renamed File image_matatdata.py
Hemil36 22a074a
Merge branch 'main' into logging
Hemil36 4d51dbb
Merge branch 'main' into logging
Hemil36 a16268f
Add requirements.txt with project dependencies
Hemil36 7747497
Merge branch 'main' into logging
Hemil36 e397958
Refactor logging statements for consistency and clarity
Hemil36 2647b64
Change log output from logger to print in stream_logs function
Hemil36 e25d147
Refactor logging statements for consistency and clarity in microservi…
Hemil36 2ad562d
Enhance logging configuration for watchfiles and update logger levels…
Hemil36 7efeceb
Refactor logging setup and add debug change formatting utility for im…
Hemil36 68ec85c
Fix formatting error message in watcher_helpers.py
Hemil36 9c49726
Fix formatting in watcher_helpers.py
Hemil36 63c70d0
Refactor format_debug_changes function for improved error handling an…
Hemil36 e597f9a
Update logging levels for watchfiles to INFO for improved visibility
Hemil36 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| """ | ||
| __init__.py for the backend.app.logging package. | ||
|
|
||
| This file allows the package to be imported and initializes logging. | ||
| """ | ||
|
|
||
| from .setup_logging import get_logger, configure_uvicorn_logging, setup_logging | ||
|
|
||
| __all__ = ["get_logger", "configure_uvicorn_logging", "setup_logging"] |
Oops, something went wrong.
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.