[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2023-02-18 Thread via GitHub


ruhulmus commented on PR #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1435733877

   > README.adoc
   
   @ppkarwasz, Many thanks for the update. 
   I have already Make the PR to that repo. Please check it.
   Thanks again for your worthwhile effort for the community.


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2023-02-15 Thread via GitHub


ruhulmus commented on PR #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1432473392

   > @ruhulmus,
   > 
   > The samples from this repo will end up in 
[apache/logging-log4j-samples](https://github.com/apache/logging-log4j-samples) 
in the near future. I'll notify you, when it is done, so that you can resubmit 
your PR to that repo.
   
   @ppkarwasz , Sure. Its also a good idea i think. 
   Thanks. Norify me when its ready . so i can make PR into that repo.


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2023-02-15 Thread via GitHub


ruhulmus commented on PR #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1431038707

   > Sorry for taking so long to notice this PR. We already have a 
log4j-samples module that has a sub-module for each sample. It seems to me this 
belongs under that.
   
   Sorry for taking long time to reply. Actually after long time I noticed your 
comment on that. 
   @rgoers , You are right that it has a repo name log4j-samples under the main 
repo. But i could not find any sample or example that is releted to Async 
logging. Could you please send me the sample link, so i can recheck again.
   
   Basically,  The main reason to share that example within the community, who 
want to use Async logging in java projects using log4j2. 
   If possible you can check the 
[documentation](https://github.com/ruhulmus/logging-log4j2/tree/release-2.x/docs/log4j-java-async-logger)
 for better understanding.
   
   


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-04-08 Thread GitBox


ruhulmus commented on PR #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1093708523

   > logging-log4j-examples
   
   
   
   > @ruhulmus Thank you for your patience and persistence.
   > 
   > What you are proposing (if I understand correctly) is quite different from 
what we have at the moment.
   > 
   > * All of the submodules currently in the log4j project produce JAR files 
that are published to Maven Central. Each submodule contains a `src/main` 
folder where the source code for the artifact lives, a `src/test` folder for 
the test code (test JAR files are note published to Maven), and a `src/site` 
folder with some documentation for that submodule that will be converted to 
HTML and published on the Log4j web site.
   > * For documentation, we have "source" files under 
`logging-log4j2/src/site`: `src/site/asciidoc`, `src/site/markdown`, and 
`src/site/xdoc` (this is a bit cleaner in the 3.0 branch), these "source files" 
are converted to PDF and HTML and are published on the Log4j web site under 
https://logging.apache.org/log4j/2.x/manual
   > 
   > What you are proposing is a different kind of documentation, essentially 
an example project that people can either browse via GitHub's web interface, or 
clone/download to build and modify it locally.
   > 
   > This is an interesting idea, and I can see the value in something like 
that, not just for Async Loggers, but also for other features. (We have 
something similar in the https://github.com/apache/logging-log4j-audit-sample 
repo.)
   > 
   > It may make sense to create a separate github repo for this. Perhaps we 
can call it something like `logging-log4j-examples`. This could be a 
documentation-only repo, that is not intended to publish artifacts.
   > 
   > For the main Log4j repo (https://github.com/apache/logging-log4j), the 
threshold for accepting external contributions is quite high. One of the 
advantages of having a separate repo for example code is that we can be less 
strict about merging pull requests into that separate repo, so we can accept 
more contributions without spending much time on fine-tuning and polishing it.
   > 
   > I wonder what the other Log4j committers think of this?
   
   @remkop, Thank you for your valuable details explanation and feedback. I 
fully agree with you and that was my main intention to make this thing to share 
with the community. From my point of view, it's a good idea about the 
`logging-log4j-examples` repo or something like that. Lots of people are using 
`logging-log4S` for different types of projects. So it can be easier if the 
community found the related example in a single place. so people can share all 
the examples related to `logging-log4j` in the same repo. 
   
   if it is possible, how we can start it or What is the process we should 
follow? Do you have any idea ? What are the other `Log4j` committers think 
about it?
   


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-04-07 Thread GitBox


ruhulmus commented on PR #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1092256016

   
   
   
   > @ruhulmus, I also agree with Gary and Remko: I fail to see the point of 
this new Maven artifact. What does it have that is missing in the [official 
documentation](https://logging.apache.org/log4j/2.x/manual/async.html)?
   
   @ppkarwasz, Thanks for your feedback. It is an example and documentation of 
people who want to use Async logging in java projects. The main reason to share 
it within the community, it's an important use case for log4j2 with java and I 
believe it will be helpful for the community :).


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-04-07 Thread GitBox


ruhulmus commented on PR #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1092154845

   Hi @remkop, Did you review the latest one? may I ask What is the additional 
process for the merge :)? or any additional thing needed? Looking for your 
feedback :).
   
   


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-22 Thread GitBox


ruhulmus commented on pull request #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1047809689


   @remkop, Could you please review the changes? I have made updates based on 
the last discussion.


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-21 Thread GitBox


ruhulmus commented on pull request #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046775984


   > @ruhulmus If this is an example for people, showing them how to use Async 
logging, then what would be the best place so that people can easily find it? 
Maybe in the docs? What does it add that the existing docs are missing? (And 
would it be an idea to improve the existing docs, if that is the case.)
   
   @remkop, I have moved the projects under the Docs directory and made 
detailed documentation with examples for the user's better understanding. I 
believe it will be helpful for the community.
   


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox


ruhulmus commented on pull request #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046521980


   > @ruhulmus If this is an example for people, showing them how to use Async 
logging, then what would be the best place so that people can easily find it? 
Maybe in the docs? What does it add that the existing docs are missing? (And 
would it be an idea to improve the existing docs, if that is the case.)
   
   Ok Sure, Then I will move into the right sections and can make a details 
doc. so anyone can better understand. 
   The main reason to share it within the community, it's an important use case 
for log4j2, especially in java based projects.
   Thanks for your feedback :).


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox


ruhulmus commented on pull request #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046311284


   > Hello @ruhulmus This looks like an example app and configuration. I do not 
see why it belongs in the Log4j runtime. What am I missing?
   
   Here, logs are running Asynchronously using Log4j on the java maven project. 
Async logger is one of Log4j2's strong points. 
   And it belongs in the Log4j runtime.
   This mechanism increased the logging performance and provide lower logging 
latency and higher throughput.


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox


ruhulmus commented on pull request #763:
URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046217637


   > @ruhulmus Please describe what is the goal of this PR. It does not seem to 
fit in the project. Why a new module and so on? None of the files have the 
proper Apache license header as well.
   
   Thanks for your feedback. The goal of this PR is mainly to add Asynchronous 
Loggers for Low-Latency Logging into Java maven-based project.
   here is the link: https://logging.apache.org/log4j/2.x/manual/async.html
   
   N.B : Already Added Apache license in the headers


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org