Skip to content

Commit

Permalink
Log all
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Aug 14, 2023
1 parent 642de29 commit 3d74bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function update($installer)
$options['format'] = '{DATE}\t{TIME}\t{LEVEL}\t{CODE}\t{MESSAGE}';
$options['text_file'] = 'joomla_update.php';

Log::addLogger($options, Log::INFO, ['Update', 'databasequery', 'jerror']);
Log::addLogger($options, Log::ALL, ['Update', 'databasequery', 'jerror']);

try {
Log::add(Text::_('COM_JOOMLAUPDATE_UPDATE_LOG_DELETE_FILES'), Log::INFO, 'Update');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function finalise()

$options['format'] = '{DATE}\t{TIME}\t{LEVEL}\t{CODE}\t{MESSAGE}';
$options['text_file'] = 'joomla_update.php';
Log::addLogger($options, Log::INFO, ['Update', 'databasequery', 'jerror']);
Log::addLogger($options, Log::ALL, ['Update', 'databasequery', 'jerror']);

try {
Log::add(Text::_('COM_JOOMLAUPDATE_UPDATE_LOG_FINALISE'), Log::INFO, 'Update');
Expand Down

0 comments on commit 3d74bcc

Please sign in to comment.