David I.
David I.

Reputation: 4767

Setting logger levels for JHipster Microservice

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

Answers (2)

Jon Ruddell
Jon Ruddell

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.

JHipster Registry Logs page

Upvotes: 2

Gaël Marziou
Gaël Marziou

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

Related Questions