consolidate debug functionality #177
Labels
enhancement
Enhancements and improvements, nice to haves for a next release but never mandatory.
feedback-wanted
Looking for feedback on the issue at hand. Opinions please, constructive ones preferred.
Milestone
My plan is to keep only the
$config['debug']
setting (so remove the$config['httpclientlog']
one),move all debug output away from the browser's rendering and into the LOG_FILE (error.log),
and maybe log all stuff fetched from remotes into it's own folder (one file per request).
After that I can put some more effort into fixing #144
Would love to hear your opinions @copperhead57 @kec2 (and others who might find this usefull)
The text was updated successfully, but these errors were encountered: