|
@@ -125,6 +125,7 @@ io.on('connection', (socket) => {
|
|
socket.on('logs', (data) => {
|
|
socket.on('logs', (data) => {
|
|
containerLogs(data.container)
|
|
containerLogs(data.container)
|
|
.then(logs => {
|
|
.then(logs => {
|
|
|
|
+ console.log(`Refreshed logs for ${data.container}`)
|
|
socket.emit('logString', logs);
|
|
socket.emit('logString', logs);
|
|
})
|
|
})
|
|
.catch(err => {
|
|
.catch(err => {
|