Logger refactoring (#90)
This commit is contained in:
parent
15a0963bd1
commit
48826a6ed7
17 changed files with 124 additions and 56 deletions
|
|
@ -45,7 +45,7 @@ func init() {
|
|||
|
||||
allActiveUsers, err := GetActiveUsers()
|
||||
if err != nil {
|
||||
log.Log.Error(err.Error())
|
||||
log.Error(err.Error())
|
||||
}
|
||||
activeUsersCount := 0
|
||||
for _, u := range allActiveUsers {
|
||||
|
|
|
|||
Reference in a new issue