Project

General

Profile

Actions

Bug #65577

closed

Logging API does not cope with Exceptions properly

Added by Markus Klein over 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Logging
Target version:
Start date:
2015-03-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

Logging exceptions via Logging API does not print them as the LogRecord processes the exception through json_encode which results in an empty object.

Testcode:

ini_set('zlib.output_compression',0);
header('Content-type: text/plain; charset=utf-8');

$e = new Exception('foo');
$msg = (string)$e;
$msg2 = json_encode($e);

echo $msg;
echo "\n\n";
echo $msg2;

$msg2 gives an empty result {}.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Task #104477: Remove the hyphen as prefix for log context data in the DatabaseWriterUnder Review2024-07-25

Actions
Actions #1

Updated by Markus Klein over 9 years ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37602

Actions #3

Updated by Gerrit Code Review over 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37602

Actions #4

Updated by Gerrit Code Review over 9 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37602

Actions #5

Updated by Gerrit Code Review over 9 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37602

Actions #6

Updated by Markus Klein over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37621

Actions #8

Updated by Markus Klein over 9 years ago

  • Status changed from Under Review to Resolved
Actions #9

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Resolved to Under Review

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37638

Actions #10

Updated by Gerrit Code Review over 9 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37896

Actions #11

Updated by Steffen Müller over 9 years ago

  • Status changed from Under Review to Resolved
Actions #12

Updated by Benni Mack almost 6 years ago

  • Status changed from Resolved to Closed
Actions #13

Updated by Mathias Brodala about 17 hours ago

  • Related to Task #104477: Remove the hyphen as prefix for log context data in the DatabaseWriter added
Actions

Also available in: Atom PDF