mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
change format for file
This commit is contained in:
parent
52c3f9c28e
commit
778c83e85d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
func Logger(text string) {
|
||||
now := time.Now()
|
||||
|
||||
file := string(now.Format("01.02.2006")) + ".log"
|
||||
file := string(now.Format("02.01.2006")) + ".log"
|
||||
|
||||
if getDatabase() == 0 {
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue