some log changes (#1789)

* some logs changes

* removed some empty lines
This commit is contained in:
somebodywashere
2024-02-10 13:40:39 +03:00
committed by GitHub
parent 4daaf0a647
commit 3a1be63a40
3 changed files with 36 additions and 43 deletions
-4
View File
@@ -41,10 +41,6 @@ func GetIPLimitLogPath() string {
return config.GetLogFolder() + "/3xipl.log"
}
func GetIPLimitPrevLogPath() string {
return config.GetLogFolder() + "/3xipl.prev.log"
}
func GetIPLimitBannedLogPath() string {
return config.GetLogFolder() + "/3xipl-banned.log"
}