Log Providers
instance
: the optional container name, that allows you to request logs from a specific function instancesince
: the optional datetime value to start the logs fromtail
: sets the maximum number of log messages to return, <=0 means unlimited
faas-netes
: the official Kubernetes function provider also provides logs by directly querying the Kubernetes cluster APIfaas-swarm
: the official Swarm function provider also provides logs by directly querying the Swarm cluster APIopenfaas-loki
: a community-developed provider, uses to collection and query the function logs