Multiple choice technology web technology

During WebLogic server startup if JDBC connection creation fails, what level of error message will be logged in log file?

  1. a. ERROR

  2. b. WARNING

  3. c. INFO

  4. d. CRITICAL

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

JDBC connection failures during server startup are logged at ERROR level because they prevent proper initialization of the application server. ERROR messages indicate problems that affect system functionality. CRITICAL is not a standard WebLogic logging level.