Commit da9bc723 authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

show log for `devnet` (#12102)

* show log for devnet

* add comment
parent b0e6d137
...@@ -11,6 +11,8 @@ import http.client ...@@ -11,6 +11,8 @@ import http.client
from multiprocessing import Process, Queue from multiprocessing import Process, Queue
import concurrent.futures import concurrent.futures
from collections import namedtuple from collections import namedtuple
# This import is necessary for devnet logs to be shown.
from . import log_setup
pjoin = os.path.join pjoin = os.path.join
......
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