Azure/azure-functions-core-tools

How to assign func logs with a Kubernetes namespace?

Open

#2,821 opened on Nov 8, 2021

 (1 comment) (0 reactions) (0 assignees)C# (491 forks)auto 404
Triagedarea: kubernetesenhancementgood first issue

Repository metrics

Stars
 (1,456 stars)
PR merge metrics
 (PR metrics pending)

Description

I saw func logs can only retrieve logs from azure-functions namespace.

https://github.com/Azure/azure-functions-core-tools/blob/a2634fba228decf73ec886fac413628257eb9e1c/src/Azure.Functions.Cli/Actions/LogsActions/GetLogsAction.cs#L20-L26

Can I assign my own namespace using func logs command?

Contributor guide