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

Do not log with warning if no extension found #4975

Closed
wants to merge 1 commit into from

Commits on Aug 30, 2019

  1. Do not log with warning if no extension found

    which introduced by apache#1837 and fix apache#2827
    eg:
    
    ```
        ApplicationConfig applicationConfig = new ApplicationConfig();
        applicationConfig.setName("demo-app");
        applicationConfig.setLogger("slf4j");
    ```
    lonre committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b8a2353 View commit details
    Browse the repository at this point in the history