mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
ar: stringify CNI result debug message
This commit is contained in:
@@ -114,7 +114,7 @@ func (c *cniNetworkConfigurator) Setup(ctx context.Context, alloc *structs.Alloc
|
||||
|
||||
if c.logger.IsDebug() {
|
||||
resultJSON, _ := json.Marshal(res)
|
||||
c.logger.Debug("received result from CNI", "result", resultJSON)
|
||||
c.logger.Debug("received result from CNI", "result", string(resultJSON))
|
||||
}
|
||||
|
||||
netStatus := new(structs.AllocNetworkStatus)
|
||||
|
||||
Reference in New Issue
Block a user