mirror of
https://github.com/beego/bee.git
synced 2025-07-11 23:31:02 +00:00
Fixes the filename and lineNo in debug log message
This commit is contained in:

committed by
Faissal Elamraoui

parent
c3c264ddb5
commit
deacdaa667
@ -73,7 +73,7 @@ func runMigration(cmd *Command, args []string) int {
|
||||
|
||||
gopath := gps[0]
|
||||
|
||||
logger.Debugf("GOPATH: %s", gopath)
|
||||
logger.Debugf("GOPATH: %s", __FILE__(), __LINE__(), gopath)
|
||||
|
||||
// Load the configuration
|
||||
err := loadConfig()
|
||||
|
Reference in New Issue
Block a user