-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fixed error logging UI logs due to logger undefined property #7267
Conversation
… to logger undefined property
|
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TestLegend: Backend
Details 🟢 Force to send an UI error or use an external tool (cURL) to the POST /utils/logs/ui and ensure thius replies with {"statusCode":200,"error":0,"message":"Log has been added"} and you can see the log in the Wazuh dashboard logsFrom External
From Dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
This pull request fixes an error logging UI logs due to logger undefined property.
Issues Resolved
#7265
Evidence
Sending an UI error:
Using an external tool:
Test
Legend:
⚫: none
🟢: pass
🟡: warning
🔴: fail
⚪: not applicable
Backend
Details
⚫ Force to send an UI error or use an external tool (cURL) to the POST /utils/logs/ui and ensure thius replies with {"statusCode":200,"error":0,"message":"Log has been added"} and you can see the log in the Wazuh dashboard logs
Check List