Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(taskrunner): consistent, nicer formatting for task failed log (#391)
This changes this log: ``` 2024-03-21T06:37:37.224Z [pebble] [change 32 "Start service \"svc1\"" task] failed: cannot start service: exited quickly with code 1 ``` To this, which is more consistent with the formatting of the other Pebble logs: ``` 2024-03-21T06:43:09.559Z [pebble] Change 33 task (Start service "svc1") failed: cannot start service: exited quickly with code 1 ``` This log was introduced in this commit: e494ff2#diff-e8b7c8da8654dde95838cfa0cc4b497cdd32050ea3a1bf0640e6404303aef0d6R294 which was pulled across from snapd, which originally added it here: canonical/snapd@8b2a5a8
- Loading branch information