Where does a developer enable Function Invocation Logs so default invocation records appear for functions in a municipal payments Fn application?
Select an answer to reveal the explanation.
Short Explanation
Turn invocation logging on at the Functions application; Logging is the default shelf for those records. Object Storage logging policy is a leftover path docs tell you to leave behind.
Full Explanation
Official Functions logging uses OCI Logging as the default and recommended store. You enable the Function Invocation Logs category on the application (Monitoring tab → Logs). Default invocation records then appear when any function in that application is invoked. Object Storage logging-policy paths are documented leftovers to avoid; OCIR image settings and OKE Deployment annotations are not how Functions invocation logs are enabled.