Application.log spammed with add bundle entries

My application.log file is full of this:

"INFO","ajp-nio-8009-exec-3","03/05/2021","00:44:12","OSGI","add bundle:C:\web\public\.\java\jcifs-1.3.18.jar"
"INFO","ajp-nio-8009-exec-3","03/05/2021","00:44:12","OSGI","add bundle:C:\web\public\.\java\mysql-connector-java-5.1.13-bin.jar"
"INFO","ajp-nio-8009-exec-7","03/05/2021","00:44:12","OSGI","add bundle:C:\web\public\.\java\jcifs-1.3.18.jar"
"INFO","ajp-nio-8009-exec-7","03/05/2021","00:44:12","OSGI","add bundle:C:\web\public\.\java\mysql-connector-java-5.1.13-bin.jar"
"INFO","ajp-nio-8009-exec-1","03/05/2021","00:44:12","OSGI","add bundle:C:\web\public\.\java\jcifs-1.3.18.jar"
"INFO","ajp-nio-8009-exec-1","03/05/2021","00:44:12","OSGI","add bundle:C:\web\public\.\java\mysql-connector-java-5.1.13-bin.jar"

The app doesn’t use mysql at all, and there are no SMB shares that I know of on the machine, so I don’t see any reason for jcifs either.

Anyways, each of these messages are spamming the log around 20 times a second. I saw a similar thread from a while back but apparently that was about a bug that already got fixed?
https://lucee.daemonite.io/t/thousands-of-add-bundle-entries-in-application-log/7102

I just upgraded the server to 5.3.7.48 today… looking through the log, it seems the spam started a few hours ago… before that there were a few similar messages, but pretty much just a small burst every half hour.

OS: Windows Server 2019
Java Version: OpenJDK 11.0.3
Tomcat Version: 9.0.19
Lucee Version: 5.3.7.48

I’m not seeing anything like this on my sandbox server… it was running 5.3.7.47 and I just upgraded it to 5.3.7.48 to check. It’s using the same OS, same java version. Also, both servers are using lucee-5.3.7.47.jar in c:\lucee\lib

There were a couple bundle messages when I updated the server, but then it stopped:

"INFO","ajp-apr-8009-exec-3","03/04/2021","23:18:09","OSGi","Start bundle: [jrobin.1.5.9:0.0.0.0]"
"INFO","ajp-apr-8009-exec-3","03/04/2021","23:18:10","OSGi","add bundle:C:\lucee\tomcat\lucee-server\bundles\org.lucee.mssql-7.2.2.jre8.jar"
"INFO","ajp-apr-8009-exec-3","03/04/2021","23:18:10","OSGi","Start bundle: [org.lucee.mssql:7.2.2.jre8]"

This app uses sql server, so that seems ok.

Hm. Why is “OSGi” capitalized differently in these log messages?

@partap Change the log level for application.log info to error in the admin-logging. It’ll reduce the spam of info logs and only shows error logs.

Thanks, but that’s not much of a solution for me. I was actually looking at the file because I wanted to see some info logs of my own.
I’m wondering why Lucee is trying to load these bundles at all…let alone 20 times a second…