Reputation: 4767
I am building a microservice architecture for an application and I'm using JHipster v4.5.5 and I get a nice UI on the Gateway for setting logger levels. However, I'm only seeing loggers for the Gateway, and not any of the microservices. Are they supposed to show up in the web UI?
Upvotes: 0
Views: 770
Reputation: 6362
To view and configure loggers for all apps in a JHipster microservice architecture, use the JHipster Registry's Log page (found under Administration in the navbar). There is a dropdown where you can choose which service to configure.
This was added in v3 of the JHipster Registry.
Upvotes: 2
Reputation: 16294
No this per JVM but you can configure logging level from the application properties in the registry. See Managing logging.level using ConfigServer
Upvotes: 0