Skip to content

Commit 9483b9d

Browse files
committed
enable Debug to trace the failure tests
1 parent 6e9bc6f commit 9483b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func Version() string {
2121
var (
2222
// Debug enables verbose logging on everything.
2323
// This should be false in case Gogs starts in SSH mode.
24-
Debug = false
24+
Debug = true
2525
// Prefix the log prefix
2626
Prefix = "[git-module] "
2727
// GitVersionRequired is the minimum Git version required

0 commit comments

Comments
 (0)