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 added the reactive logging library to a Spring Boot 3.1.0 project and it's not working. I followed the readme/tutorial, added the dependencies to the pom, created the dependencies directory and added the pom and jar, and added the plugin as provided. In application.properties, I added the logging.logstash.enable=true property along with the others (url, trustStorePassword/location).
I'd done everything I can think of including providing a separate AutoConfig.imports file in the META-INF folder, a new logging config, etc.
It simply... isn't logging. When I run the main in the test module, it logs fine. There are no logs being written to the console nor to the log file.
If there's any help anyone can offer, I'd appreciate it.
The text was updated successfully, but these errors were encountered:
Hello,
I added the reactive logging library to a Spring Boot 3.1.0 project and it's not working. I followed the readme/tutorial, added the dependencies to the pom, created the dependencies directory and added the pom and jar, and added the plugin as provided. In application.properties, I added the logging.logstash.enable=true property along with the others (url, trustStorePassword/location).
I'd done everything I can think of including providing a separate AutoConfig.imports file in the META-INF folder, a new logging config, etc.
It simply... isn't logging. When I run the main in the test module, it logs fine. There are no logs being written to the console nor to the log file.
If there's any help anyone can offer, I'd appreciate it.
The text was updated successfully, but these errors were encountered: