使用 A-Frame 日志组件时,如何防止日志再次显示在控制台上?

When using the A-Frame Log Component how can I prevent the logs from displaying again on the console?

使用日志组件时,我想在控制台上禁用冗余日志记录。我注意到组件似乎支持这一点: https://github.com/supermedium/superframe/blob/master/components/log/index.js#L22

但是我不确定如何在我的 A-Frame 场景上设置该系统变量?

<a-scene log="console: false">