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
Description:
I have copy pasted the Java example from here but I do not see any logs being produced. However, if I change the EventPrinter.print(events) with a custom System.out.println statement, I can see the events being produced.
Why is Siddhi not logging events? I even tried adding a log sink and no logs are produced from it, even though I can intercept them with a callback.
Affected Siddhi Version:
5.1.30
OS, DB, other environment details and versions:
Java 8
Steps to reproduce:
Run the example from the docs linked above with a clean project using the siddhi-core dependency and Java 8.
The text was updated successfully, but these errors were encountered:
Description:
I have copy pasted the Java example from here but I do not see any logs being produced. However, if I change the
EventPrinter.print(events)
with a customSystem.out.println
statement, I can see the events being produced.Why is Siddhi not logging events? I even tried adding a
log
sink and no logs are produced from it, even though I can intercept them with a callback.Affected Siddhi Version:
5.1.30
OS, DB, other environment details and versions:
Java 8
Steps to reproduce:
Run the example from the docs linked above with a clean project using the
siddhi-core
dependency and Java 8.The text was updated successfully, but these errors were encountered: