How can I disable yii-debug-toolbar on a specific view?

后端 未结 8 1529
你的背包
你的背包 2021-02-02 12:58

How can I disable yii-debug-toolbar on a specific view especially on partial rendered views?

Is this possible?

p.s. Yii-debug-toolbar

8条回答
  •  我在风中等你
    2021-02-02 13:40

    I found a better way. Put This In Anywhere:

    Yii::$app->log->targets['debug'] = null;
    

    And this does not make files in /runtime/debug

提交回复
热议问题