Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Tags: t3n/FlowLog

Tags

0.2.4

Toggle 0.2.4's commit message
fix(logging): fix file type and add default settings

1.0.5

Toggle 1.0.5's commit message
fix(logging): fix linting and potential double json encoding

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add null coalesce to avoid ci errors

1.0.3

Toggle 1.0.3's commit message
fix(logging): don't encode additionalData additionally

0.1.4

Toggle 0.1.4's commit message
fix(logging): don't encode additionalData additionally

0.1.3

Toggle 0.1.3's commit message
fix(logging): adjust method signature to match flow5 version of paren…

…t class

0.1.2

Toggle 0.1.2's commit message
feat(logging): add json console logger backend

cherry-picked the JSONConsoleLogger from the main branch in order to release a tag for lower flow versions of this package

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from t3n/bugfix-json-console

bugfix-json-console-logger: Fixed method signature

0.2.3

Toggle 0.2.3's commit message
ensure additionalData is empty object instead of array

Also ensured the interface's method signature to be kept by defaulting additionalData to null instead of [].
When json encoding, we check whether additionalData is an empty array and if it is, we pass a stdClass (generic empty class in PHP) instead of the empty array to fix the issue of empty arrays being passed to the control center logs

contributes to #PURPLE-249

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ConsoleStorage.php