0

Currently i am using logback for logging purpose , i just heard about spring boot admin but does not get an exact idea about how to implement loglevel-management by using Spring Boot Admin , please any one tell me how we can implement this .Thanks in advance

Zico
  • 2,349
  • 2
  • 22
  • 25
Harshad_Kenjale
  • 192
  • 3
  • 18

2 Answers2

0
  1. You have to expose your application by JMX bean using jolokia details

  2. You can access log level management via JMX bean using spring boot admin client details

Zico
  • 2,349
  • 2
  • 22
  • 25
0

In case you are using spring boot admin 1.5.x and spring boot 1.5.x on your client you don't need to do anything - it should just work.

joshiste
  • 2,638
  • 1
  • 14
  • 19