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
I have a logback.xml configured and enabling the splunk appender on ROOT logger makes the application not terminate. I have seen some closed issues regarding this; I am facing this issue in 1.11.7
[restartedMain] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection manager shut down
[restartedMain] INFO com.app.Application - Execution time in seconds: 0
[restartedMain] DEBUG o.s.boot.devtools.restart.Restarter - Creating new Restarter for thread Thread[main,5,main]
[restartedMain] DEBUG o.s.boot.devtools.restart.Restarter - Immediately restarting application
[restartedMain] DEBUG o.s.boot.devtools.restart.Restarter - Starting application com.app.Application with URLs [file:/workspaces/app/target/classes/]
[restartedMain] DEBUG o.s.b.a.ApplicationAvailabilityBean - Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
Any Ideas?
The text was updated successfully, but these errors were encountered:
I have a logback.xml configured and enabling the splunk appender on
ROOT
logger makes the application not terminate. I have seen some closed issues regarding this; I am facing this issue in1.11.7
Any Ideas?
The text was updated successfully, but these errors were encountered: