aligned_layer
aligned_layer copied to clipboard
refactor: legacy logging
in some places we are logging in a legacy way, for example in the aggregator: https://github.com/yetanotherco/aligned_layer/blob/7ed3f3e77d72739e84c1e70cccba7085bc3edc7b/aggregator/internal/pkg/aggregator.go#L233
in this case, we should simply do agg.logger.Info(...)
We should change all the places were we are logging in this legacy way