deactivate cryptofeed debug log

max_pain_deribit
Nelson Torres 2024-12-03 14:29:35 -03:00
parent a9110b1196
commit 6e08c60d53
2 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,6 @@
import trio
import tractor
from piker.brokers.deribit.api import (
Client,
get_client,
maybe_open_oi_feed,
)

View File

@ -242,6 +242,7 @@ def get_config() -> dict[str, Any]:
section['log'] = {}
section['log']['filename'] = 'feedhandler.log'
section['log']['level'] = 'DEBUG'
section['log']['disabled'] = True
return section