mirror of
https://github.com/caprover/caprover
synced 2026-09-27 09:05:43 +00:00
Improved logs
This commit is contained in:
@@ -827,7 +827,10 @@ class DockerApi {
|
||||
return self
|
||||
.getContainerIdByServiceName(serviceName)
|
||||
.then(function(containerIdFound) {
|
||||
Logger.d('executeCommand Container: ' + containerIdFound)
|
||||
const cmdForLogging = (cmd || []).join(' ')
|
||||
Logger.d(
|
||||
`executeCommand Container: ${serviceName} ${cmdForLogging} `
|
||||
)
|
||||
|
||||
if (!Array.isArray(cmd)) {
|
||||
throw new Error(
|
||||
|
||||
Reference in New Issue
Block a user