1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-01 23:46:53 +00:00

Modify log format and don't print network error (#546)

* Modify log format and don't print network error

* Don't print network error and content canceled error

* Modify function name
This commit is contained in:
feiniks
2022-03-02 16:03:16 +08:00
committed by GitHub
parent 35f6678c1c
commit 96b33251ce
10 changed files with 92 additions and 29 deletions

View File

@@ -5,12 +5,12 @@ package share
import (
"database/sql"
"fmt"
"log"
"path/filepath"
"strconv"
"strings"
"github.com/haiwen/seafile-server/fileserver/repomgr"
log "github.com/sirupsen/logrus"
)
type group struct {