Search code examples
logbackjhipster

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?


Solution

  • 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