-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
If error message length over 4096 and i change template:
<b>{{ $appName }}</b> ({{ $level_name }})
Env: {{ $appEnv }}
<pre>[{{ $datetime->format('Y-m-d H:i:s') }}] {{ $appEnv }}.{{ $level_name }} {{ $formatted }}</pre>
Message break and I get two messages:
<b>Project</b> (ERROR)
Env: local
<pre>[2023-03-01 17:41:32] local.ERROR many text
and:
many text</pre>
When send messages to telegram as a response we get 400 error:
{
"ok": false,
"error_code": 400,
"description": "Bad Request: can't parse entities: Can't find end tag corresponding to start tag pre"
}
If not use wrap tag everything is fine.
Addition
I want 1 error = 1 message even if the size is over 4096. Example cut off and add ...
<b>Project</b> (ERROR)
Env: local
[2023-03-01 17:41:32] local.ERROR bla-bla-bla ...
Metadata
Metadata
Assignees
Labels
No labels