mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-01 09:13:32 -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
|
|
@ -35,7 +35,7 @@ func (f *federatingDB) Announce(ctx context.Context, announce vocab.ActivityStre
|
|||
},
|
||||
)
|
||||
|
||||
if l.Level >= logrus.DebugLevel {
|
||||
if f.log.Level >= logrus.DebugLevel {
|
||||
i, err := marshalItem(announce)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue