Skip to content

Commit

Permalink
show log for devnet (#12102)
Browse files Browse the repository at this point in the history
* show log for devnet

* add comment
  • Loading branch information
zhiqiangxu authored Sep 25, 2024
1 parent b0e6d13 commit da9bc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bedrock-devnet/devnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
from multiprocessing import Process, Queue
import concurrent.futures
from collections import namedtuple
# This import is necessary for devnet logs to be shown.
from . import log_setup


pjoin = os.path.join
Expand Down

0 comments on commit da9bc72

Please sign in to comment.