• Daniel Black's avatar
    MDEV-12274: Too many connections warning in error log (#2213) · f4a1298f
    Daniel Black authored
    Because of the default warning level, aborted unauthenticated
    connections are in the error log. These errors frequently occur
    in production environments because cancelled connectiosn occur
    all the time when web pages are shutdown.
    
    Rather than flood our user's errors log with these ordinary
    messages, lets push them down to the warning level at log-warnings=4
    level.
    
    Concept approved by Monty.
    f4a1298f
sql_connect.cc 44.7 KB