Skip to content

Commit

Permalink
Github actions are being painful again
Browse files Browse the repository at this point in the history
Need to test something
  • Loading branch information
mStar aka a person committed Apr 26, 2024
1 parent e074841 commit d59087f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package main
import (
"embed"
"flag"
"fmt"

"github.com/sirupsen/logrus"
_ "github.com/volatiletech/authboss-renderer"
Expand Down Expand Up @@ -67,6 +68,7 @@ func main() {

func setLogLevelFromArgs() {
flag.Parse()
fmt.Printf("Log level received from env: %s\n", *level)
switch *level {
case "debug":
logrus.SetLevel(logrus.DebugLevel)
Expand Down

0 comments on commit d59087f

Please sign in to comment.