Hi
We are working on several developments where we use AIP functions are invoked via APIs.
My question is whether there is any system-level logging available that we could use for debugging purposes, if necessary.
For example:
-
Is it possible to log API calls, like an access_log or an error_log on an Apache web server?
-
Is there something like this for AIP functions? Logging the fact of invocation, execution time, or any other details?
-
For LLM calls?
-
Any logs when an LLM block is rate limited inside an AIP function event?
Thanks,