yii2-debug
yii2-debug copied to clipboard
Another debug data storage support
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:
- Module (LogTarget forcing on application start)
- LogTarget (File saving)
- 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
I think it's a good idea.
I'd use this too. :+1:
Agreed, I also need this.
We're ready to accept contribution adding the feature.
@AnatolyRugalev Did you implement it?