mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
![]() When doing a backup or restore operation with the normal user interface, if there is anything in the backup/restore log, it will now be displayed at the end of the process below the Continue button. If you have developer debugging enabled, it sets the display level to LOG_DEBUG and there will always be content in the log. Otherwise, it uses LOG_INFO which generally means the log is empty, and nothing displays (no visible change for users). |
||
---|---|---|
.. | ||
tests | ||
base_logger.class.php | ||
core_backup_html_logger.class.php | ||
database_logger.class.php | ||
error_log_logger.class.php | ||
file_logger.class.php | ||
output_indented_logger.class.php | ||
output_text_logger.class.php |