What does Roundcube log and how do I access the logs ?

Roundcube Logging to File

Roundcube and plugins save logs to this directory

/usr/local/topicdesk/roundcube/WebApp/logs/

List your available logs:

ls /usr/local/topicdesk/roundcube/WebApp/logs/

The default log settings are currently:
$config['per_user_logging'] = false;
$config['smtp_log'] = true;
$config['log_logins'] = false;
$config['log_session'] = false;
$config['imap_log_session'] = false;

Defaults can change, you should check the defaults for your installation be reviewing this file:

/usr/local/topicdesk/roundcube/WebApp/config/defaults.inc.php

To make changes, add the proper line with your change to:

/usr/local/topicdesk/roundcube/WebApp/config/config.inc.php


Roundcube can display errors as they are encountered, this can be easier than reading a log file.

In your roundcube configuration file: /usr/local/topicdesk/roundcube/WebApp/config/config.inc.php

Add or edit the following line so you have:

$config['debug_level'] = 4;

Remove the line to when done troubleshooting.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *