0

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?

David I.
  • 4,747
  • 3
  • 26
  • 34

2 Answers2

2

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.

JHipster Registry Logs page

Jon Ruddell
  • 6,244
  • 1
  • 22
  • 40
0

No this per JVM but you can configure logging level from the application properties in the registry. See Managing logging.level using ConfigServer

Gaël Marziou
  • 16,028
  • 4
  • 38
  • 49