yii2-debug icon indicating copy to clipboard operation
yii2-debug copied to clipboard

Another debug data storage support

Open AnatolyRugalev opened this issue 9 years ago • 5 comments

We want to use this extension in our staging zone, but the problem is that we have multiple application servers behind balancing server. We tried to extend this module, but we needed to extend 3 different classes:

  1. Module (LogTarget forcing on application start)
  2. LogTarget (File saving)
  3. DefaultController (Information fetching from file)

This issue may be fixed with using a storage class with get, set, getManifest and setManifest methods or something like this. We want to use Redis for this task. What do you think? I can implement this in PR

AnatolyRugalev avatar Dec 14 '15 08:12 AnatolyRugalev

I think it's a good idea.

samdark avatar Dec 14 '15 09:12 samdark

I'd use this too. :+1:

resurtm avatar Dec 15 '15 07:12 resurtm

Agreed, I also need this.

tahpot avatar Mar 13 '16 21:03 tahpot

We're ready to accept contribution adding the feature.

samdark avatar Mar 14 '16 10:03 samdark

@AnatolyRugalev Did you implement it?

koxu1996 avatar Sep 18 '19 07:09 koxu1996