KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums PyKX PyKx Console not showing from IPC Port Re: PyKx Console not showing from IPC Port

  • cleung

    Member
    May 26, 2023 at 12:00 am

    Yeah that sounds about right. The original function has STDOUT so the logs are visible to the Q Console only, but not the python consonsole where PYKX is running. Since we use many many functions with this logging feature already, is there a way we can have logs from Q server relayed back to the PyKX console? Doesn’t have to be STDOUT but maybe through another process? Thanks