Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-04-25 Thread via GitHub
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

Re: [I] Allow disabling the optimization for filling the stack traces [logging-log4j2]

2025-04-25 Thread via GitHub
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

[PR] Added reference to `android-log4j2` repo to the F.A.Q. [logging-log4j2]

2025-04-25 Thread via GitHub
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

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-04-25 Thread via 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

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [PR] Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 [logging-log4j-transform]

2025-04-25 Thread via GitHub
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

Re: [PR] Bump jackson.version from 2.18.3 to 2.19.0 [logging-log4j-transform]

2025-04-25 Thread via GitHub
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

Re: [I] log4net in MAUI application (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [I] Failover Appender logic is not working properly [logging-log4j2]

2025-04-25 Thread via GitHub
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.

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-25 Thread via GitHub
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

Re: [PR] Adjust GcpLayout JSON to latest format [logging-log4j2]

2025-04-25 Thread via GitHub
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

Re: [I] Allow disabling the optimization for filling the stack traces [logging-log4j2]

2025-04-25 Thread via GitHub
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

Re: [I] Allow disabling the optimization for filling the stack traces [logging-log4j2]

2025-04-25 Thread via GitHub
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

Re: [PR] A way to disable the optimization for filling the stack traces [logging-log4j2]

2025-04-25 Thread via GitHub
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-

Re: [I] ProviderUtil.lazyInit hangs indefinitely [logging-log4j2]

2025-04-25 Thread via GitHub
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

Re: [I] Failover Appender logic is not working properly [logging-log4j2]

2025-04-25 Thread via GitHub
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

Re: [PR] Adjust GcpLayout JSON to latest format [logging-log4j2]

2025-04-25 Thread via GitHub
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`. --

Re: [PR] Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 [logging-log4j-audit-sample]

2025-04-25 Thread via GitHub
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

[PR] Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 [logging-log4j-audit-sample]

2025-04-25 Thread via GitHub
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/

Re: [PR] Adjust GcpLayout JSON to latest format [logging-log4j2]

2025-04-25 Thread via GitHub
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

Re: [I] High CPU usage in async mode with Log4j2 [logging-log4j2]

2025-04-25 Thread via GitHub
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

Re: [I] ProviderUtil.lazyInit hangs indefinitely [logging-log4j2]

2025-04-25 Thread via GitHub
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