I’m using stock docker compose setup, unmodified, and I don’t undestand how to change log level to see verbose debug messages of updater.
For example I want to see messages like:
Debug::log(“purge_feed: owner of $feed_id not found”, Debug::LOG_VERBOSE);
Thank you
Santino
fox
2
it’s not possible, and i don’t think there’s any point in adding it - finding anything in a resulting ocean of debugging spam would be nigh impossible.
you can debug specific feeds with whatever logging level using command line (or f D), and the errors are shown in the tt-rss event log.