arunjose696 commented on issue #239:
URL:
https://github.com/apache/logging-log4net/issues/239#issuecomment-2831913570
Here is the zip file, There are just very minor changes from the basic MAUI
app created in visual studio.
[MauiAppLog4net.zip](https://github.com/user-attachments/f
alan0428a commented on code in PR #175:
URL:
https://github.com/apache/logging-log4j-tools/pull/175#discussion_r2061094525
##
log4j-tools-parent/pom.xml:
##
@@ -46,6 +46,11 @@
5.12.0
2.1.2
2.10.0
+2.0.0
+
1.1.2
+4.8.6
+1.0.0
+7.0.0
Review Com
neboskreb commented on issue #3639:
URL:
https://github.com/apache/logging-log4j2/issues/3639#issuecomment-2831713623
@ppkarwasz
Added a small section. See #3643
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
neboskreb opened a new pull request, #3643:
URL: https://github.com/apache/logging-log4j2/pull/3643
Added reference to `android-log4j2` repo to the F.A.Q.
_FYI @ppkarwasz_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
alan0428a commented on code in PR #175:
URL:
https://github.com/apache/logging-log4j-tools/pull/175#discussion_r2061095805
##
pom.xml:
##
@@ -31,7 +31,7 @@
org.apache.logging
logging-parent
-11.0.0
+12.1.0-SNAPSHOT
Review Comment:
Updated the version t
FreeAndNil commented on issue #239:
URL:
https://github.com/apache/logging-log4net/issues/239#issuecomment-2831462348
Can you zip your test project and post it here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
arunjose696 commented on issue #239:
URL:
https://github.com/apache/logging-log4net/issues/239#issuecomment-2831389576
I am using MAUI with dotnet 9, there is no app.config file,
From what I understand from here app.config is a older style
https://learn.microsoft.com/en-us/answers/qu
arunjose696 commented on issue #239:
URL:
https://github.com/apache/logging-log4net/issues/239#issuecomment-2831434965
I tried adding the app.config file still I see the Exception
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
FreeAndNil commented on issue #239:
URL:
https://github.com/apache/logging-log4net/issues/239#issuecomment-2831420823
You just add a config file via "Add ..." and paste the content from
https://github.com/apache/logging-log4net/issues/153#issuecomment-2831126224
--
This is an automated m
FreeAndNil commented on issue #239:
URL:
https://github.com/apache/logging-log4net/issues/239#issuecomment-2831319275
This is a valid log4net configuration, but not a valid app.config.
Can you add a configuration element and a config section element?
--
This is an automated message fro
arunjose696 commented on issue #239:
URL:
https://github.com/apache/logging-log4net/issues/239#issuecomment-2831300387
Do i need a config file in BasicConfigurator.Configure();, I was using
BasicConfigurator.Configure() to make the reproducer minimal so for this case I
did not use a con
github-actions[bot] merged PR #190:
URL: https://github.com/apache/logging-log4j-transform/pull/190
--
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: noti
github-actions[bot] merged PR #191:
URL: https://github.com/apache/logging-log4j-transform/pull/191
--
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: noti
FreeAndNil commented on issue #153:
URL:
https://github.com/apache/logging-log4net/issues/153#issuecomment-2831126224
@TheSundayDev your config file is not well formed (it has more than one root
element).
It need to look like this:
```xml
FreeAndNil commented on issue #239:
URL:
https://github.com/apache/logging-log4net/issues/239#issuecomment-2831117105
@arunjose696 can you post your config file?
Sometimes `Check your .config file is well formed XML.` means your config
file is not well formed ;-)
--
This is an aut
mdsadman-git commented on issue #3622:
URL:
https://github.com/apache/logging-log4j2/issues/3622#issuecomment-2830685361
@ppkarwasz,
Thank you for your reply.
Actually, While working on Log4j version update from v1 to v2, a Failover
Appender was necessary for my requirement.
arunjose696 commented on issue #239:
URL:
https://github.com/apache/logging-log4net/issues/239#issuecomment-2830629532
@FreeAndNil any suggestions?
--
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 t
ViliusS commented on PR #3586:
URL: https://github.com/apache/logging-log4j2/pull/3586#issuecomment-2830515465
> > I wouldn't call it `OpsAgent`. This format could be used to print
directly to stdout which is then automatically sent to GCP on Google's
Kubernetes Engine or serverless AppEngi
neboskreb commented on issue #3639:
URL:
https://github.com/apache/logging-log4j2/issues/3639#issuecomment-2830442083
> Can you add a reference to your Log4j API implementation and explain how
it differs from com.celeral:log4j2-android?
Sure, will do ASAP!
--
This is an automated
ppkarwasz commented on issue #3639:
URL:
https://github.com/apache/logging-log4j2/issues/3639#issuecomment-2830409560
@neboskreb,
Thank you for the report.
PS: In the website for the upcoming `2.25.0` release we [added a FAQ
entry](https://logging.staged.apache.org/log4j/2.x/f
github-actions[bot] commented on PR #3638:
URL: https://github.com/apache/logging-log4j2/pull/3638#issuecomment-2830378666
Job
Requested goals
Build Tool Version
Build Outcome
Build ScanĀ®
build-
ppkarwasz commented on issue #2655:
URL:
https://github.com/apache/logging-log4j2/issues/2655#issuecomment-2830331168
@mdzio,
What behavior would you expect if [no Log4j API
implementation](https://logging.apache.org/log4j/2.x/manual/installation.html#impl)
is present in the OSGi en
ppkarwasz commented on issue #3622:
URL:
https://github.com/apache/logging-log4j2/issues/3622#issuecomment-2830306605
@sadmanmd,
How to handle _partial_ configuration startup failures is currently a grey
area in Log4j Core. We [discussed this recently on
`dev@logging`](https://lists
ppkarwasz commented on PR #3586:
URL: https://github.com/apache/logging-log4j2/pull/3586#issuecomment-2830253071
Regarding the `logging.googleapis.com/trace_sampled` field I submitted
open-telemetry/opentelemetry-java-instrumentation#13774, so we don't need to
hard code it to `true`.
--
github-actions[bot] merged PR #71:
URL: https://github.com/apache/logging-log4j-audit-sample/pull/71
--
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: not
dependabot[bot] opened a new pull request, #71:
URL: https://github.com/apache/logging-log4j-audit-sample/pull/71
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.18.3 to 2.19.0.
Commits
https://github.com/FasterXML/jackson-bom/commit/
ppkarwasz commented on PR #3586:
URL: https://github.com/apache/logging-log4j2/pull/3586#issuecomment-2830221730
> I wouldn't call it `OpsAgent`. This format could be used to print directly
to stdout which is then automatically sent to GCP on Google's Kubernetes Engine
or serverless AppEngi
ppkarwasz commented on issue #3635:
URL:
https://github.com/apache/logging-log4j2/issues/3635#issuecomment-2830090262
@will-zdu,
Depending on the Disruptor waiting strategy you choose a high CPU usage on
the asynchronous thread is perfectly normal. See the [documentation of the
`log
mdzio commented on issue #2655:
URL:
https://github.com/apache/logging-log4j2/issues/2655#issuecomment-2829922918
The same problem and the same solution (adding log4j-to-slf4j to the osgi
bundles) for me.
--
This is an automated message from the Apache Git Service.
To respond to the mess
29 matches
Mail list logo