Replies: 0
Hi guys,
I’ve a problem by posting through Postie if adding images. Therefore I would like to see my debugs. I would like to see the lLogs on the server and download them, not seeing in the browser because it takes a long time an sometimes my browser is killed.
So I activated the checkboxes but cannot find where the system safes the logs.
Then I changed the Wp_config.php as in an change log written.
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, false );
define(‘WP_DEBUG_LOG’, true);
define(‘POSTIE_DEBUG’, true);
but only the WP logs are documented there. What should I do to find my debug logs?
Greetings TOni