Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soci-snapshotter-gprc overrides the default logger to be a logrus logger with debug as the write level. If the snapshotter is invoked with `--log-level debug`, then logs from e.g. `log.PrinLn` are visibile. go-fuse uses this logging method to output a complete transaction of fuse operations keeping track of each request/response with a unique id. The ID is only unique within a single server, so trying to parse the logs is ambiguous since you don't know which server a response corresponds to. go-fuse recently added support for per-server loggers. This change uses that functionality to add the layer digest to the logs from each fuse server so request/response pairs can be unambiguously matched. It also changes the log level of go-fuse logs to trace since there really is no debug reason for enabling them. Signed-off-by: Kern Walster <[email protected]>
- Loading branch information