package global import "github.com/sirupsen/logrus" // Log is the project-wide logger instance. All packages should obtain a // per-function logger by attaching a "func" field that follows the // dotted-path convention defined in CLAUDE.local.md, e.g.: // // global.Log.WithField("func", "internal.foo.Bar.Baz").Info("...") var Log = logrus.New()