Closed urig closed 2 years ago
This PR resolves issue https://github.com/entropy-lab/entropy/issues/134 to make the Entropy CLI's serve command print the host name and port number when it commences running.
serve
The PR changes the logging level of the waitress and hupper logger to INFO.
waitress
hupper
239 tests 235 :heavy_check_mark: 57s :stopwatch: 1 suites 4 :zzz: 1 files 0 :x:
Results for commit abc092a7.
This PR resolves issue https://github.com/entropy-lab/entropy/issues/134 to make the Entropy CLI's
serve
command print the host name and port number when it commences running.The PR changes the logging level of the
waitress
andhupper
logger to INFO.