mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
8 lines
180 B
Python
8 lines
180 B
Python
import logging
|
|
|
|
logging.basicConfig(
|
|
format='[%(asctime)s %(levelname)s %(threadName)s] %(message)s',
|
|
level=logging.INFO,
|
|
datefmt='%H:%M:%S')
|
|
log = logging.getLogger()
|