diff --git a/models/container.go b/models/container.go index 82118f2..994843b 100644 --- a/models/container.go +++ b/models/container.go @@ -557,6 +557,7 @@ func (c *Container) getSession() error { req.Param("username", c.Username) req.Param("password", c.Password) rsp, err := req.Response() + logs.Info(rsp.Body) if err != nil { return err }