deactivate cryptofeed debug log
parent
a9110b1196
commit
6e08c60d53
|
@ -2,8 +2,6 @@
|
|||
import trio
|
||||
import tractor
|
||||
from piker.brokers.deribit.api import (
|
||||
Client,
|
||||
get_client,
|
||||
maybe_open_oi_feed,
|
||||
)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue