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. ERROR

  2. WARNING

  3. INFO

  4. CRITICAL

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

When JDBC connection creation fails during WebLogic server startup, WebLogic logs this as an ERROR level message because it represents a critical failure that prevents the server from functioning properly. ERROR level indicates a serious problem that requires immediate attention. WARNING is for potential issues that don't stop operation. INFO is for informational messages. CRITICAL is not a standard WebLogic logging level (the levels are ERROR, WARNING, INFO, DEBUG, TRACE).