forked from LBRYCommunity/lbry-sdk
set logging to info
This commit is contained in:
parent
50fc027289
commit
1c860e8578
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ def main():
|
|||
parser = get_argument_parser()
|
||||
args = parser.parse_args()
|
||||
coin_class = get_coin_class(args.spvserver)
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logging.info('torba.server starting')
|
||||
try:
|
||||
server = Server(Env(coin_class))
|
||||
|
|
Loading…
Add table
Reference in a new issue