I just upgraded my controller from 5.9.31 to 5.12.7 from the newly released version available and now every 10 seconds, I am seeing "NoSupport internal service for anomaly" being logged:
09-20-2023 08:31:20.619 INFO [https-jsse-nio-443-exec-6] [] c.t.s.o.a.a.i.h.HealthInternalAdapterConfiguration()
:
NoSupport internal service for anomaly
09-20-2023 08:31:30.716 INFO [https-jsse-nio-443-exec-2] [] c.t.s.o.a.a.i.h.HealthInternalAdapterConfiguration()
:
NoSupport internal service for anomaly
09-20-2023 08:31:40.725 INFO [https-jsse-nio-443-exec-10] [] c.t.s.o.a.a.i.h.HealthInternalAdapterConfiguration()
:
NoSupport internal service for anomaly
09-20-2023 08:31:50.661 INFO [https-jsse-nio-443-exec-3] [] c.t.s.o.a.a.i.h.HealthInternalAdapterConfiguration()
:
NoSupport internal service for anomaly
09-20-2023 08:32:00.761 INFO [https-jsse-nio-443-exec-1] [] c.t.s.o.a.a.i.h.HealthInternalAdapterConfiguration()
:
NoSupport internal service for anomaly
09-20-2023 08:32:10.801 INFO [https-jsse-nio-443-exec-4] [] c.t.s.o.a.a.i.h.HealthInternalAdapterConfiguration()
:
NoSupport internal service for anomaly
09-20-2023 08:32:20.725 INFO [https-jsse-nio-443-exec-9] [] c.t.s.o.a.a.i.h.HealthInternalAdapterConfiguration()
:
NoSupport internal service for anomaly
09-20-2023 08:32:30.703 INFO [https-jsse-nio-443-exec-10] [] c.t.s.o.a.a.i.h.HealthInternalAdapterConfiguration()
:
NoSupport internal service for anomaly
I am accessing information through the API every 10 seconds which is what is triggering it to show up so reguarly. This seems to be triggered when I hit certain API endpoints either through the API or when browsing through the user interface. One example is /api/v2/sites/${SITE_ID}/clients?token=${TOKEN}¤tPage=1¤tPageSize=1000&filters.active=true. I also see it when I access the controller dashboard at /${SIDE_ID}/login#dashboardGlobal in my browser.
This is true for existing controllers or fresh installs, even without any configuration besides just the basic username and password. It doesn't seem to be an error but it's logging pretty heavily just for info output.