How to Disable APUSYS Info Messages / Debug Logs?

Is there any way to disable the APUSYS info messages/logs below?

[apusys][info]runEnq: Cmd v4(0xffffa005e590): runEnq done(0)
[apusys][info]runStale: Cmd v4(0xffffa005e590): run stale
[apusys][info]runEnq: Cmd v4(0xffff980567a0): runEnq
[apusys][info]runEnq: Cmd v4(0xffff980567a0): runEnq done(0)
[apusys][info]runStale: Cmd v4(0xffffa005e590): run stale done(0)
[apusys][info]runStale: Cmd v4(0xffff980567a0): run stale
[apusys][info]runStale: Cmd v4(0xffff980567a0): run stale done(0)

These messages are continuously printed during inference/runtime execution and generate a large amount of console output.

I would like to know:

  • Whether these logs can be disabled

  • If there is a kernel log level or APUSYS debug flag for this

Any suggestions would be appreciated. Thanks!

Hi Lori_Lin,

Thanks for reaching out!

These [apusys][info] messages come from the APUSYS firmware itself, so they can’t be turned off via kernel log level or any runtime debug flag on the host side. It needs a firmware-level change to suppress them.

Good news, this fix is already scheduled. The verbose info logs will be turned off in our v26.0 release, so please stay tuned for that version.

Best,
Jun