mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:05:55 +00:00
debug logging system rework:
* support various logging levels per-message * remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc * _debug() is kept as a compatibility shim for plugins
This commit is contained in:
@@ -1134,6 +1134,9 @@ class Feeds extends Handler_Protected {
|
||||
function update_debugger() {
|
||||
header("Content-type: text/html");
|
||||
|
||||
Debug::set_enabled(true);
|
||||
Debug::set_loglevel($_REQUEST["xdebug"]);
|
||||
|
||||
$feed_id = (int)$_REQUEST["feed_id"];
|
||||
@$do_update = $_REQUEST["action"] == "do_update";
|
||||
$csrf_token = $_REQUEST["csrf_token"];
|
||||
|
||||
Reference in New Issue
Block a user