@@ -492,26 +492,26 @@ func (d *Datastore) newIntentContext(ctx context.Context, req *sdcpb.SetIntentRe
492492 // debug start
493493 log .Debug ()
494494 for i , upd := range ic .newUpdates {
495- log .Infof ("set intent expanded update.%d: %s" , i , upd )
495+ log .Debugf ("set intent expanded update.%d: %s" , i , upd )
496496 }
497497 // logger.Debug()
498498 log .Debug ()
499499 for i , upd := range ic .currentUpdates {
500- log .Infof ("set intent current update.%d: %s" , i , upd )
500+ log .Debugf ("set intent current update.%d: %s" , i , upd )
501501 }
502502 log .Debug ()
503503 for i , p := range ic .currentPaths {
504- log .Infof ("set intent current path.%d: %s" , i , p )
504+ log .Debugf ("set intent current path.%d: %s" , i , p )
505505 }
506506 log .Debug ()
507507 for i , p := range ic .currentKeyAsLeafPaths {
508- log .Infof ("set intent currentKeyAsLeaf path.%d: %s" , i , p )
508+ log .Debugf ("set intent currentKeyAsLeaf path.%d: %s" , i , p )
509509 }
510510 log .Debug ()
511511
512512 log .Debugf ("has %d removed paths" , len (ic .removedPathsMap ))
513513 for rmp := range ic .removedPathsMap {
514- log .Infof ("removed path: %s" , rmp )
514+ log .Debugf ("removed path: %s" , rmp )
515515 }
516516 // debug stop
517517 return ic , nil
0 commit comments