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

✨ Improve logging in core components #3332

Draft
wants to merge 52 commits into
base: main
Choose a base branch
from

🔊 Reduce noisy debug logs

4f498ba
Select commit
Loading
Failed to load commit list.
Draft

✨ Improve logging in core components #3332

🔊 Reduce noisy debug logs
4f498ba
Select commit
Loading
Failed to load commit list.
DCO-2 / DCO succeeded Feb 13, 2025 in 1s

Check passed!

All commits are signed off, the check passed.

Summary


Sha Message Pass or fail reason
🟢 5c3fabc 🎨 Refactor register_plugin steps for maintai... Valid sign-off found
🟢 80648f4 🎨 improve logging in register_package Valid sign-off found
🟢 4c17bf3 🎨 Rename method and remove redundant main call Valid sign-off found
🟢 aa8dae7 🎨 Valid sign-off found
🟢 2ccecdf 🔊 Add debug logging to Context Builder Valid sign-off found
🟢 d72ea89 🎨 Deduplicate registering list of plugins Valid sign-off found
🟢 0311023 🎨 Valid sign-off found
🟢 894b1c4 🔊 Add debug logging to init_context Valid sign-off found
🟢 1c1589c 🔊 Add debug logging to load_protocol_ve... Valid sign-off found
🟢 ba4d36d 🔊 Add debug logging to load_protocols Valid sign-off found
🟢 59d2897 🔊 Add debug logging to register_admin_r... Valid sign-off found
🟢 ebba7a6 🔊 Add debug logging to register_protoco... Valid sign-off found
🟢 27f9dfe 🔊 Add debug logging to post_process_rou... Valid sign-off found
🟢 48be848 🎨 Replace print statements with info logs Valid sign-off found
🟢 7079e75 🎨 Replace almost all print statements with inf... Valid sign-off found
🟢 cddfe7e 🔊 Expand logging for Conductor setup Valid sign-off found
🟢 ef81bf6 🎨 Correct to uphold previous "Module doesn't e... Valid sign-off found
🟢 606d37c Revert ":art: Rename method and remove redundant m... Valid sign-off found
🟢 bdcb77e 🎨 Valid sign-off found
🟢 b0f338b ✅ Fix test by adding name to ... Valid sign-off found
🟢 8c532c8 🎨 Valid sign-off found
🟢 beaa4bf ✨ Add custom trace log level Valid sign-off found
🟢 2c0abcf 🎨 Ensure trace level can only be added once Valid sign-off found
🟢 80ad09a 🎨 Add Logger Valid sign-off found
🟢 2a5bf9a 🎨 Update newly added logs to be trace level in... Valid sign-off found
🟢 a771060 🎨 Update newly added logs to be trace level in... Valid sign-off found
🟢 df0e756 🔊 Expand logging for Conductor start an... Valid sign-off found
🟢 2479962 ✅ Add unit tests for adding trace... Valid sign-off found
🟢 bd65b18 ✅ Reset the logging states before... Valid sign-off found
🟢 82e9030 🎨 Valid sign-off found
🟢 985fa5b 🎨 Valid sign-off found
🟢 befa1ac 🐛 Handle case that load_module return type is ... Valid sign-off found
🟢 e8a8570 🔊 Expand logging for ClassLoader Valid sign-off found
🟢 6496210 🔊 Log a warning if resource not found, ... Valid sign-off found
🟢 f9a56cd 🎨 Valid sign-off found
🟢 e20e77a 🎨 Enable trace logs for remaining modules Valid sign-off found
🟢 538a660 🐛 Fix registering and loading of modules Valid sign-off found
🟢 f436906 🔊 Expand logging for Ledger Configurati... Valid sign-off found
🟢 29c99be ⏪ Revert trace log changes, and move to d... Valid sign-off found
🟢 c0f6f6e ✨ Add caching to ClassLoader.load_module Valid sign-off found
🟢 42e1a3c 🎨 Improve log Valid sign-off found
🟢 f082acf 🎨 Reduce log verbosity Valid sign-off found
🟢 378bd6d ✨ Add lru_cache to load_class and set m... Valid sign-off found
🟢 a9c3ba1 ⏪ Revert addition of lru caching Valid sign-off found
🟢 bf950a1 🎨 Update logs / reduce verbosity Valid sign-off found
🟢 1240baa 🎨 Reduce repetition Valid sign-off found
🟢 dded68c 🎨 Log warning when StorageNotFoundError encoun... Valid sign-off found
🟢 b4e5341 🎨 Set Shutdown log level to fatal, with exc_in... Valid sign-off found
🟢 bd96d9a 🎨 Log warning for bad credential format, inste... Valid sign-off found
🟢 492da50 🚧 Add exc_info to error log for debug... Valid sign-off found
🟢 2498758 🎨 Replace AskarError with ProfileError Valid sign-off found
🟢 4f498ba 🔊 Reduce noisy debug logs Valid sign-off found