Skip to content

Commit

Permalink
refactor: Move logging outside internal
Browse files Browse the repository at this point in the history
Move the logging package out of internal/ so that it can be imported
from outside cilium/cilium-cli repo. This is useful for building the
cilium CLI binary from cilium/cilium repo [^1].

[^1]: cilium/design-cfps#9

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Mar 17, 2024
1 parent e541d3d commit 0119a72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cilium/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
gops "github.com/google/gops/agent"

"github.com/cilium/cilium-cli/cli"
_ "github.com/cilium/cilium-cli/internal/logging" // necessary to disable unwanted cfssl log messages
_ "github.com/cilium/cilium-cli/logging" // necessary to disable unwanted cfssl log messages
)

func main() {
Expand Down
File renamed without changes.

0 comments on commit 0119a72

Please sign in to comment.