github-actions[bot] closed issue #3408: Logs Truncated and Subsequent Entries
Appended in Log Files
URL: https://github.com/apache/logging-log4j2/issues/3408
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
ViliusS commented on code in PR #3586:
URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2024916415
##
log4j-layout-template-json/src/main/resources/GcpLayout.json:
##
@@ -49,25 +55,15 @@
"key": "span_id"
},
"logging.googleapis.com/trace_sampled": tr
github-actions[bot] merged PR #368:
URL: https://github.com/apache/logging-parent/pull/368
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications
ViliusS commented on code in PR #3586:
URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2024880644
##
log4j-layout-template-json/src/main/resources/GcpLayout.json:
##
@@ -1,13 +1,18 @@
{
- "timestamp": {
+ "timestampSeconds": {
"$resolver": "timestamp"
lraulea commented on issue #234:
URL:
https://github.com/apache/logging-log4net/issues/234#issuecomment-2762457359
@FreeAndNil thanks for the quick modification of the code!
I've seen the code change, it is what I think it could solve my problem.
To be sure it fixes my problem,
ViliusS commented on code in PR #3586:
URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2024891715
##
log4j-layout-template-json/src/main/resources/GcpLayout.json:
##
@@ -1,13 +1,18 @@
{
- "timestamp": {
+ "timestampSeconds": {
"$resolver": "timestamp"
ppkarwasz commented on issue #2373:
URL:
https://github.com/apache/logging-log4j2/issues/2373#issuecomment-2775749504
@FelixStuebner,
I realize this is one year old, but could you check with the newest `2.24.3`
release to see if the initialization problem persists? We changed a lot o
vy commented on PR #9:
URL: https://github.com/apache/logging-site/pull/9#issuecomment-2742656838
@ppkarwasz, I think this is an attempt in the right direction, but I think
there is a better alternative: moving `logging-site` to our Antora-based
website infrastructure facilitated by `loggin
vy commented on PR #3532:
URL: https://github.com/apache/logging-log4j2/pull/3532#issuecomment-2742939724
@kazariad, I internally discussed this issue with @ppkarwasz, and we decided
to not proceed with this PR due to following reasons:
1. Putting aside your changes, UUID Pattern Conv
Pluto-syd commented on PR #3508:
URL: https://github.com/apache/logging-log4j2/pull/3508#issuecomment-2743755535
@vy Thanks for the reminder.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
ViliusS commented on code in PR #3586:
URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2024894877
##
log4j-layout-template-json/src/main/resources/GcpLayout.json:
##
@@ -37,8 +42,9 @@
}
},
"logging.googleapis.com/insertId": {
-"$resolver": "cou
cretzbach opened a new pull request, #3588:
URL: https://github.com/apache/logging-log4j2/pull/3588
The description of the logger precision using periods was confusing and the
examples were wrong. This commit fixes the description, the wrong examples and
adds one more example for clarificat
ViliusS commented on code in PR #3586:
URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2028345972
##
log4j-layout-template-json/src/main/resources/GcpLayout.json:
##
@@ -1,13 +1,18 @@
{
- "timestamp": {
+ "timestampSeconds": {
"$resolver": "timestamp"
13 matches
Mail list logo