mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 04:23:34 -06:00
Switch all logging to logrus, lower session ID log level to debug
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
"net/http/cookiejar"
|
||||
"net/url"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func setup(cookies *cookiejar.Jar) {
|
||||
|
||||
Reference in New Issue
Block a user