Unverified Commit cb52d441 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

Print INFO log in "standalone" mode (#1761)

* Print INFO log in "standalone" mode

* init on importing
parent 430bfea5
......@@ -19,9 +19,15 @@
# ==================================================================================================
import logging
import json_tricks
# print INFO log to stdout
logging.basicConfig()
logging.getLogger('nni').setLevel(logging.INFO)
def get_next_parameter():
pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment