add timestamps to hub log

This commit is contained in:
Jack Robison 2021-04-28 16:46:24 -04:00
parent c094d8f2e8
commit 21d0038ff2
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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)