fix: recovering debug logging [ci skip]

Follows 31edbbd32e.
This commit is contained in:
decentral1se 2021-09-16 13:10:17 +02:00
parent e47d7029d7
commit bece2e8351
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ var appLogsCommand = &cli.Command{
serviceName := c.Args().Get(1)
if serviceName == "" {
logrus.Debug("tailing logs for all app services")
stackLogs(c, app.StackName(), cl)
}
logrus.Debugf("tailing logs for '%s'", serviceName)