Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Add logic to record the info read from thread using logger in process.py #33

@priyankaCh22

Description

@priyankaCh22

All the information read from the thread should be logged
def read(self, process):
while not self.stop_thread.is_set():
output = process.stdout.readline()
#TODO: We should add the logic to record the log info via logger instead of using print
print(output.strip())

https://github.com/openthread/silk/silk/utils/process.py#L63

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions