Skip to content

Commit

Permalink
ci: debug - print jgf that fluence sees
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 11, 2024
1 parent 14eb5b0 commit 9d53a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fluence/fluxion/fluxion.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func (fluxion *Fluxion) InitFluxion(policy string, label string) {
klog.Error("Error reading JGF")
return
}
klog.Infof("[Fluence] JGF: %s", string(jgf))

p := "{}"
if policy != "" {
Expand Down

0 comments on commit 9d53a83

Please sign in to comment.