forked from LBRYCommunity/lbry-sdk
add timestamps to hub log
This commit is contained in:
parent
c094d8f2e8
commit
21d0038ff2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def main():
|
|||
parser = get_argument_parser()
|
||||
args = parser.parse_args()
|
||||
coin_class = get_coin_class(args.spvserver)
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)-4s %(name)s:%(lineno)d: %(message)s")
|
||||
logging.info('lbry.server starting')
|
||||
logging.getLogger('aiohttp').setLevel(logging.WARNING)
|
||||
logging.getLogger('elasticsearch').setLevel(logging.WARNING)
|
||||
|
|
Loading…
Reference in a new issue