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!