TheHaf
Results
2
issues of
TheHaf
We usually configure a daily rolling file log in log4j and have the appender zip the previous days automatically. It would be great if logsniffer could handle these as well....
enhancement
The method `checkForDockerSwarmResponse` in the class `PullImageResultCallback` contains a call to `item.getStatus()` (where item is of type PullResponseItem) and immediately calls `.matches(...)` on the return value. However the method `getStatus()`...