Which statement about logs for Oracle Cloud Infrastructure Jobs is true?
Detailed Answer in Step-by-Step Solution:
Objective: Identify a true statement about OCI Jobs logging.
Understand Logging: Jobs can log stdout/stderr to OCI Logging service.
Evaluate Options:
A: False---Each run has its own log, not a single job log.
B: False---Logging is optional, not mandatory.
C: True---When enabled, stdout/stderr are auto-captured.
D: False---Logs persist unless explicitly deleted.
Reasoning: C matches OCI's automatic logging feature.
Conclusion: C is correct.
OCI documentation states: ''When automatic log creation is enabled for Data Science Jobs, all stdout and stderr outputs are captured and stored in the OCI Logging service.'' A is incorrect (per-run logs), B is optional, and D contradicts log retention---only C is accurate.
: Oracle Cloud Infrastructure Data Science Documentation, 'Jobs Logging'.
Currently there are no comments in this discussion, be the first to comment!