mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: optimize container log
This commit is contained in:
parent
a25eac67c7
commit
c9f5fb3f51
@ -60,6 +60,8 @@ public class ContainerController {
|
||||
File file = containerService.fetchContainerJarFile(version);
|
||||
if (file.exists()) {
|
||||
OmsFileUtils.file2HttpResponse(file, response);
|
||||
} else {
|
||||
log.error("[Container] can't find container by version[{}], please deploy first!", version);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user