Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loggers view doesn't work for multiple instances #2437

Closed
rainerfrey-inxmail opened this issue May 4, 2023 · 0 comments · Fixed by #2442
Closed

Loggers view doesn't work for multiple instances #2437

rainerfrey-inxmail opened this issue May 4, 2023 · 0 comments · Fixed by #2442

Comments

@rainerfrey-inxmail
Copy link
Contributor

Spring Boot Admin Server information

  • Version:
    3.0.3

  • Spring Boot version:
    3.0.6

  • Configured Security:
    LDAP

  • Webflux or Servlet application:
    Servlet

Client information

  • Spring Boot versions:
    2.7.x

  • Used discovery mechanism:
    self registration

  • Webflux or Servlet application:
    servlet

Description

Loggers are no longer displayed for applications with multiple instances. It works for applications with a single instance. In 2.6.5, on Loggers tab, the button next to the filter initially shows "Application", and the list of loggers is empty, showing "no loggers found". Pressing the button switches it to "Instance", and the list is filled with loggers. The browser dev tools show that a request is made for the instance loggers.

After updating to 3.0.3, clicking the button still switches the label of the button to instance, but the list of loggers remains empty, and no network request is made.

There is no entry in the log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant