mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 06:23:37 -06:00
Switch all logging to logrus, lower session ID log level to debug
This commit is contained in:
+2
-1
@@ -3,12 +3,13 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
"log"
|
||||
"math/rand"
|
||||
"net/http"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func BuildRequestWithBody(method string, path string, params map[string]string, body io.Reader) *http.Request {
|
||||
|
||||
Reference in New Issue
Block a user