First Impressions
-
Hey,
I’m just trying this out now – you posted it in the FB group — it seems to be very promising. My thoughts…
It says, beside a toggle, at the top left:
Error Logging: Disabled on Sep 21, 2022 - 00:13:13
but I am 100% certain error logging is enabled, in
wp shell
:wp> WP_DEBUG => bool(true) wp> WP_DEBUG_LOG => bool(true)
It also says:
Log file: /chroot/wp-content/uploads/debug-log-manager/domain_202209210713_debug.log
And I understand that to be a courtesy of the plugin, to obscure and protect the log file, but my hosting company already protects the standard wp-content/debug.log path. So now I’m worried my (managed WordPress) hosting company won’t be able to find and read my logs quickly when I need them.
OK: Then I clicked the toggle and it said ~”log entries have been copied”. I’m not sure does that mean the polling for new entries duplicates the original wp-content/debug.log
The UI’s “Show X entries” being “10” is not very useful. Yes, often the most recent 10 lines are the ones that matter, but I don’t think 100 would be a huge performance hit.
Overall, very good work. Beyond what you’ve done, I think there’s a lot of value in annotating the logs, e.g. link directly into Plugin File Editor to the problem file. Or if we had some convention for logging users, e.g. instead of log “brianhenry”, it should be logged “wp_user:228” and then the log library could link to the actual user profile in the middle of the logs.
The top log in my list is:
Undefined array key "plugin" in /path/to/ninja-forms/includes/Integrations/EDD/class-extension-updater.php on line 189
… I imagine that’s a message thousands of us have seen. It would be great if there was a service that could mute that error for me once we know someone in the community has fixed it (basically WP.org should be more like GitHub and less like an FTP site).Yolo! Thanks, I’ll be using this!
- The topic ‘First Impressions’ is closed to new replies.