summaryrefslogtreecommitdiff
path: root/internal/suites/suite_postgres.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/suites/suite_postgres.go')
-rw-r--r--internal/suites/suite_postgres.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/suites/suite_postgres.go b/internal/suites/suite_postgres.go
index 65e7d4728..50e19e263 100644
--- a/internal/suites/suite_postgres.go
+++ b/internal/suites/suite_postgres.go
@@ -33,13 +33,16 @@ func init() {
if err != nil {
return err
}
+
fmt.Println(backendLogs)
frontendLogs, err := dockerEnvironment.Logs("authelia-frontend", nil)
if err != nil {
return err
}
+
fmt.Println(frontendLogs)
+
return nil
}