Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cjjacks committed Jul 22, 2024
1 parent 14aa083 commit f00c88e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ait/core/server/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ def input_stream_factory(name, inputs, handlers, zmq_args=None):
values in 'inputs' decides on the appropriate stream to instantiate and
then returns it.
"""
ait.core.log.info(inputs)
ait.core.log.info(handlers)

stream = None

# Stream specs in the form:
Expand Down

0 comments on commit f00c88e

Please sign in to comment.