ppkarwasz commented on issue #2491:
URL:
https://github.com/apache/logging-log4j2/issues/2491#issuecomment-2138795746
[Screaming Frog](https://www.screamingfrog.co.uk/) offered us a free of
charge full license of their link checker (cc @grobmeier ). I will be running
it regularly to fix th
ppkarwasz commented on code in PR #2625:
URL: https://github.com/apache/logging-log4j2/pull/2625#discussion_r1620040078
##
src/site/antora/modules/ROOT/pages/migrate-from-slf4j.adoc:
##
@@ -0,0 +1,67 @@
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+
swebb2066 merged PR #387:
URL: https://github.com/apache/logging-log4cxx/pull/387
--
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-unsubscr
github-actions[bot] merged PR #147:
URL: https://github.com/apache/logging-log4j-samples/pull/147
--
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: notifi
github-actions[bot] merged PR #146:
URL: https://github.com/apache/logging-log4j-samples/pull/146
--
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: notifi
FreeAndNil closed issue #149: I cannot use TimeEvaluator!
URL: https://github.com/apache/logging-log4net/issues/149
--
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 unsubscri
FreeAndNil commented on issue #149:
URL:
https://github.com/apache/logging-log4net/issues/149#issuecomment-2138068977
Feel free to reopen in case your problem is not solved.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
pSinghDelaplex commented on issue #2624:
URL:
https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2137687035
Hi @vy
build.gradle
```
implementation("org.springframework.boot:spring-boot-starter-log4j2")
implementation("org.apache.logging.log4j:log4j-la
vy commented on issue #2624:
URL:
https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2137648264
@pSinghDelaplex, can you also share the following information, please?
1. `pom.xml`
2. Log4j configuration (e.g., `log4j2.xml`)
3. The log event template used in JSON T
vy commented on issue #2624:
URL:
https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2137645130
> is there any way in JsonTemplateLayout where i can filtered json from the
string message field along with whole json log
@pSinghDelaplex, I am not able to follow what you
pSinghDelaplex commented on issue #2624:
URL:
https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2137630227
Hey @vy ,Got your point but there is a query I have complete json object and
in it I have message field which has JSON within the string . **is there any
way in JsonTe
vy commented on code in PR #2625:
URL: https://github.com/apache/logging-log4j2/pull/2625#discussion_r1619045206
##
src/site/antora/modules/ROOT/pages/migrate-from-logback.adoc:
##
@@ -0,0 +1,65 @@
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+co
vy commented on code in PR #2625:
URL: https://github.com/apache/logging-log4j2/pull/2625#discussion_r1619042449
##
src/site/antora/modules/ROOT/pages/migrate-from-slf4j.adoc:
##
@@ -0,0 +1,67 @@
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+cont
vy commented on code in PR #2625:
URL: https://github.com/apache/logging-log4j2/pull/2625#discussion_r1619040616
##
src/site/antora/modules/ROOT/pages/migrate-from-slf4j.adoc:
##
@@ -0,0 +1,67 @@
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+cont
vy opened a new pull request, #2626:
URL: https://github.com/apache/logging-log4j2/pull/2626
This PR addresses #2511.
--
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 uns
vy commented on issue #2624:
URL:
https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2137282270
JTL doesn't support pretty-printing, and for a reason: performance. JSON
output is expected to be delivered to a log ingestion end point, not read by
human. _For tests and local d
vy closed issue #2624: JSON pretty print is not working in JsonTemplateLayout
latest version log4j-layout-template-json 2.23.1
URL: https://github.com/apache/logging-log4j2/issues/2624
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
pSinghDelaplex commented on issue #2624:
URL:
https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2137259187
log4j2-jsontemplatelayout-log-message-field-as-json
In my log I get this
```
{
"@timestamp": "2024-05-26T10:52:56.100Z","ecs.version": "1.2.0","log.l
ppkarwasz commented on code in PR #2625:
URL: https://github.com/apache/logging-log4j2/pull/2625#discussion_r1618750171
##
src/site/antora/modules/ROOT/pages/migrate-from-logback.adoc:
##
@@ -0,0 +1,65 @@
+
+Licensed to the Apache Software Foundation (ASF) under one or more
vy opened a new pull request, #2625:
URL: https://github.com/apache/logging-log4j2/pull/2625
This work addresses #2514.
* `migration-from-logback.adoc` is added
* `migration-from-slf4j.adoc` is added
* `concepts.adoc` is added
* `getting-started.adoc` is moved to `manual`
*
vy commented on issue #2624:
URL:
https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2137107720
@pSinghDelaplex, JTL never had pretty-printing, and [it is already
documented](https://logging.apache.org/log4j/2.x/manual/json-template-layout.html#features),
hence I am not able
pSinghDelaplex opened a new issue, #2624:
URL: https://github.com/apache/logging-log4j2/issues/2624
## Description
[A clear and concise description of what the bug is.]
## Configuration
**Version:** [Log4j version]
**Operating system:** [OS and version]
**JD
22 matches
Mail list logo