mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 05:47:30 -06:00
fix logs not working properly (#264)
This commit is contained in:
parent
e04b187702
commit
ff77bf1d11
6 changed files with 6 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ func (f *federatingDB) Create(ctx context.Context, asType vocab.Type) error {
|
|||
},
|
||||
)
|
||||
|
||||
if l.Level >= logrus.DebugLevel {
|
||||
if f.log.Level >= logrus.DebugLevel {
|
||||
i, err := marshalItem(asType)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue