Skip to content

Commit

Permalink
log tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuro9715 committed Jan 21, 2021
1 parent b24da1f commit cb11b7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ func LoadConfig(filename string) (*Config, error) {
log.Info(" " + filename)
log.Info(" default:")
log.Info(" " + config.Default)
log.Info(" tasks:")
for _, task := range config.allTasks {
log.Info(" " + task.FullName)
}
}
return config, nil
}
Expand Down

0 comments on commit cb11b7f

Please sign in to comment.