You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2026. It is now read-only.
Description of problem
Extra logging data display while the log verbose level is not set or 0. See the example below.
Proposed solution
Option 1: Replace the internal LogSync implementation with github.com/go-logr/zapr
Option 2: Fix internal LogSync implementation so that verbose level is honored
Example
API Error name:tanzu apps error:workloads.carto.run "spring-petclinic" not foundDescribe alternatives you've considered
N/A
Additional context
This issue was introduced while updating a newer version of the
go-logrinterface.