Skip to content

Commit ac2e113

Browse files
committed
rearrange logs
1 parent 6407d47 commit ac2e113

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ func main() {
1515

1616
log.Init(config.ENV.LOG_LEVEL)
1717

18+
docker.Init()
19+
1820
log.Info("Initialized Logger with Level of ", log.Level())
1921

2022
if log.Level() == "dev" {
2123
log.Dev("Welcome back Developer!")
2224
}
2325

24-
docker.Init()
25-
2626
config.Log()
2727

2828
docker.InitClient()

0 commit comments

Comments
 (0)