You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
When sending a email at the first time, OpenSearch main log shows that there are some slf4j related warn message, I think it should be eliminated:
[2023-06-26T17:02:40,596][WARN ][stderr ] [bcd07466ee01] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[2023-06-26T17:02:40,597][WARN ][stderr ] [bcd07466ee01] SLF4J: Defaulting to no-operation (NOP) logger implementation
[2023-06-26T17:02:40,597][WARN ][stderr ] [bcd07466ee01] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
How can one reproduce the bug?
Steps to reproduce the behavior:
Go to 'Alerting plugin of OSD '
Click on 'send test message' after you have setup email account correctly and creating a alerting monitor
See some warn log in OpenSearch main log file
What is the expected behavior?
Remove the unexpected warn log
What is your host/environment?
OS: [MacOS]
Version [3.0]
Plugins: notification, alerting
Do you have any screenshots?
The text was updated successfully, but these errors were encountered:
@Noir01@gaobinlong Add implementation "org.apache.logging.log4j:log4j-slf4j-impl:${versions.log4j}" to core/build.gradle dependencies will solve the issue
What is the bug?
When sending a email at the first time, OpenSearch main log shows that there are some slf4j related warn message, I think it should be eliminated:
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Remove the unexpected warn log
What is your host/environment?
Do you have any screenshots?
The text was updated successfully, but these errors were encountered: