java.util.logging - Bad level value for property: org.openqa.level

Bad level value for property: some.package.name.level
   
    The above error is produced by java.util.logging.LogManager when the log level is invalid. for eg. you might have specified a log level of DEBUG and DEBUG is not a valid log level in java.util.logging.
   
    org.openqa.level=DEBUG
   
    Valid log levels in java.util.logging are SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF

    Correct usage is
    org.openqa.level=FINE

Comments

Popular posts from this blog

Multi Tenant applications using PostgreSQL Row Level Security

Recovering Dell Laptop Windows OS using factory image from Linux bootable USB drive

How to find actual Tomcat instance in a cluster