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

Change py-embedded-server from WARN to INFO logging #5644

Merged

Commits on Jun 20, 2024

  1. Change py-embedded-server from WARN to INFO logging

    The python embedded Deephaven server does not currently show the end-user any INFO logging. It was stated that the default was WARN so that the end-user doesn't get command line spam, but that is already covered in the setup - the slf4j / logback logging does _not_ hit the terminal regardless. This is only applicable for logging that hits the web UI via LogBufferAppender / ConsoleService.SubscribeToLogs.
    
    Note: this should merge after deephaven#5642 is fixed.
    devinrsmith committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8044e75 View commit details
    Browse the repository at this point in the history