-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement ubiquity-os logger instead of console logs #247
Comments
Note The following contributors may be suitable for this task: ariesgun
0x4007
gitcoindev
|
/ask explain the issue and how was this discovered ? |
! An error occurred |
The issue revolves around the current logging mechanism within the kernel of the project. Specifically, the kernel is utilizing plain How Was This Discovered? During development and code reviews, it became evident that the absence of a standardized logger was leading to inconsistent and less informative logs. Relying solely on Desired Outcome:
Addressing this issue by adopting a dedicated logger will significantly improve the maintainability and observability of the project, ensuring that logs are both informative and easy to interpret. |
/ask who pointed out that this was missing ? and in which issue was this identified ? |
The missing logger was pointed out by @0x4007 in Pull Request #179 of the ubiquity-os-kernel repository. This issue was initially identified in Issue #247. |
Originally posted by ZZZ in #179 (comment)
Currently the kernel uses plain
console.log
to log messages. We should implement https://www.github.com/ubiquity-os/ubiquity-os-logger for more detailed / prettier logs.The text was updated successfully, but these errors were encountered: