Oracle WebLogic Server 12c: Administration I — Question 38
Over time your server log files have increased in size to over 500 MB. Identify three techniques to help decrease the size of these log files. (Choose three.)
Answer options
- A. Increase the severity level
- B. Redirect standard output to the log
- C. Increase the rotation time
- D. Create and use a custom log filter
- E. Decrease the rotation file size
Correct answer: B, C, E
Explanation
Redirecting standard output to the log (B) helps consolidate logs, while increasing the rotation time (C) delays when logs are rotated out, thus managing size. Decreasing the rotation file size (E) ensures that older logs are removed quicker, directly impacting overall log size. In contrast, increasing severity level (A) may reduce log entries but does not directly decrease size, and a custom log filter (D) may not necessarily relate to size reduction.