fixed methodname to make it internal
This commit is contained in:
parent
e1c1f9578a
commit
35a74989ed
@ -9,13 +9,11 @@ import (
|
||||
|
||||
func main() {
|
||||
iniflags.Parse()
|
||||
|
||||
InitializeLog()
|
||||
|
||||
initializeLog()
|
||||
app.Run()
|
||||
}
|
||||
|
||||
func InitializeLog() {
|
||||
func initializeLog() {
|
||||
//TODO: make log configurable to file instead of console
|
||||
logrus.SetLevel(logrus.DebugLevel)
|
||||
logrus.SetOutput(os.Stdout)
|
||||
|
Loading…
Reference in New Issue
Block a user