Phalcon Logger Interpolation does not work #16425
Unanswered
gnikolopoulos
asked this question in
Q&A
Replies: 2 comments 5 replies
-
I tested it and got the same result. Phalcon\Support\Helper\Str\AbstractStr::toInterpolate(
string input,
array context = [],
string left = "%",
string right = "%"
) And neither $message = '%framework% executed the "Hello World" test in %secs% second(s)'; |
Beta Was this translation helpful? Give feedback.
5 replies
-
Issue created #16427 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am using the code from here in order to inject additional, dynamic data into my logging process while calling an external API, but I only get the placeholders themselves instead of the context values.
I am using Phalcon 5.2.1 and even tried the code on the example as is, to no avail.
Beta Was this translation helpful? Give feedback.
All reactions