Skip to content

Commit

Permalink
default to debug loglevel for now (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowellwofford authored Mar 19, 2021
1 parent da73d88 commit 7a3326b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func garbageCollect() {
func init() {
Log = logrus.New()
// fixme: read from os.Env?
Log.Level = logrus.TraceLevel
Log.Level = logrus.DebugLevel
Log.Info("initializing imageapi-server")
Rbds = &RbdsType{}
Rbds.Init()
Expand Down

0 comments on commit 7a3326b

Please sign in to comment.