Insert support for log4j2 [IGNITE-788]

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Insert support for log4j2 [IGNITE-788]

Gianfranco Murador
Hello everyone ,
I'm inserting the support for log4j2 in pom maven, to do some tests I need
to know if it is possible to configure at runtime which module using for
logging.
The initial idea is to make coexist both modules for a period, right ?I
have not found an official documentation about the topic.
Thank you,
 Regards,
 Gianfranco
Reply | Threaded
Open this post in threaded view
|

Re: Insert support for log4j2 [IGNITE-788]

yzhdanov
Can anyone in community help? Perhaps, Artem? I think we need to create a
new empty module so Gianfranco can start with another logger implementation.

Gianfranco, logger can be configured at startup
- org.apache.ignite.configuration.IgniteConfiguration#getGridLogger. Is
this what you are looking for?

Thanks!

--Yakov

2015-05-10 17:29 GMT+03:00 Gianfranco Murador <[hidden email]>
:

> Hello everyone ,
> I'm inserting the support for log4j2 in pom maven, to do some tests I need
> to know if it is possible to configure at runtime which module using for
> logging.
> The initial idea is to make coexist both modules for a period, right ?I
> have not found an official documentation about the topic.
> Thank you,
>  Regards,
>  Gianfranco
>
Reply | Threaded
Open this post in threaded view
|

Re: Insert support for log4j2 [IGNITE-788]

Gianfranco Murador
 Hi Yakov , I created a new module and I've found a way to set it to
run through this suggestion :
http://apache-ignite-users.70518.x6.nabble.com/Logging-using-Log4j2-td188.html
. I'll do some tests as soon as possible . Thank you, Regards,
Gianfranco


2015-05-12 12:45 GMT+02:00 Yakov Zhdanov <[hidden email]>:

> Can anyone in community help? Perhaps, Artem? I think we need to create a
> new empty module so Gianfranco can start with another logger
> implementation.
>
> Gianfranco, logger can be configured at startup
> - org.apache.ignite.configuration.IgniteConfiguration#getGridLogger. Is
> this what you are looking for?
>
> Thanks!
>
> --Yakov
>
> 2015-05-10 17:29 GMT+03:00 Gianfranco Murador <
> [hidden email]>
> :
>
> > Hello everyone ,
> > I'm inserting the support for log4j2 in pom maven, to do some tests I
> need
> > to know if it is possible to configure at runtime which module using for
> > logging.
> > The initial idea is to make coexist both modules for a period, right ?I
> > have not found an official documentation about the topic.
> > Thank you,
> >  Regards,
> >  Gianfranco
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Insert support for log4j2 [IGNITE-788]

Artem Shutak
Hi Glanfranco,

I saw your message, but I've already created new branch ignite-788 (based
on ignite-sprint-5 - current development branch) and initiate log4j2 module
for you.
I think it is a good idea to use this branch for your development.

-- Artem --

On Tue, May 12, 2015 at 2:38 PM, Gianfranco Murador <
[hidden email]> wrote:

>  Hi Yakov , I created a new module and I've found a way to set it to
> run through this suggestion :
>
> http://apache-ignite-users.70518.x6.nabble.com/Logging-using-Log4j2-td188.html
> . I'll do some tests as soon as possible . Thank you, Regards,
> Gianfranco
>
>
> 2015-05-12 12:45 GMT+02:00 Yakov Zhdanov <[hidden email]>:
>
> > Can anyone in community help? Perhaps, Artem? I think we need to create a
> > new empty module so Gianfranco can start with another logger
> > implementation.
> >
> > Gianfranco, logger can be configured at startup
> > - org.apache.ignite.configuration.IgniteConfiguration#getGridLogger. Is
> > this what you are looking for?
> >
> > Thanks!
> >
> > --Yakov
> >
> > 2015-05-10 17:29 GMT+03:00 Gianfranco Murador <
> > [hidden email]>
> > :
> >
> > > Hello everyone ,
> > > I'm inserting the support for log4j2 in pom maven, to do some tests I
> > need
> > > to know if it is possible to configure at runtime which module using
> for
> > > logging.
> > > The initial idea is to make coexist both modules for a period, right ?I
> > > have not found an official documentation about the topic.
> > > Thank you,
> > >  Regards,
> > >  Gianfranco
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Insert support for log4j2 [IGNITE-788]

Gianfranco Murador
Hi Artiom,
 for the first commit branch I've need the  right permissions to git hub
repository of apache ignite.
Thanks,
Greetings, Gianfranco

2015-05-12 19:27 GMT+02:00 Artiom Shutak <[hidden email]>:

> Hi Glanfranco,
>
> I saw your message, but I've already created new branch ignite-788 (based
> on ignite-sprint-5 - current development branch) and initiate log4j2 module
> for you.
> I think it is a good idea to use this branch for your development.
>
> -- Artem --
>
> On Tue, May 12, 2015 at 2:38 PM, Gianfranco Murador <
> [hidden email]> wrote:
>
> >  Hi Yakov , I created a new module and I've found a way to set it to
> > run through this suggestion :
> >
> >
> http://apache-ignite-users.70518.x6.nabble.com/Logging-using-Log4j2-td188.html
> > . I'll do some tests as soon as possible . Thank you, Regards,
> > Gianfranco
> >
> >
> > 2015-05-12 12:45 GMT+02:00 Yakov Zhdanov <[hidden email]>:
> >
> > > Can anyone in community help? Perhaps, Artem? I think we need to
> create a
> > > new empty module so Gianfranco can start with another logger
> > > implementation.
> > >
> > > Gianfranco, logger can be configured at startup
> > > - org.apache.ignite.configuration.IgniteConfiguration#getGridLogger. Is
> > > this what you are looking for?
> > >
> > > Thanks!
> > >
> > > --Yakov
> > >
> > > 2015-05-10 17:29 GMT+03:00 Gianfranco Murador <
> > > [hidden email]>
> > > :
> > >
> > > > Hello everyone ,
> > > > I'm inserting the support for log4j2 in pom maven, to do some tests I
> > > need
> > > > to know if it is possible to configure at runtime which module using
> > for
> > > > logging.
> > > > The initial idea is to make coexist both modules for a period, right
> ?I
> > > > have not found an official documentation about the topic.
> > > > Thank you,
> > > >  Regards,
> > > >  Gianfranco
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Insert support for log4j2 [IGNITE-788]

Artem Shutak
In reply to this post by Gianfranco Murador
Hi Glanfranco,

Only commiters can commit to repository.

According to contribution process (see
https://ignite.incubator.apache.org/community.html)

   -
   - you should submit a patch in Jira and assign to a committer
   - Send email to the dev list stating that patch is ready
   - The committer will provide comments after review.
   - If the patch is rejected, address comments and repeat the process.

The commiters list can be found at the end of "community" page.


-- Artem --

On Sat, May 23, 2015 at 3:09 PM, Gianfranco Murador <
[hidden email]> wrote:

> Hi Artiom,
>  for the first commit branch I've need the  right permissions to git hub
> repository of apache ignite.
> Thanks,
> Greetings, Gianfranco
>
> 2015-05-12 19:27 GMT+02:00 Artiom Shutak <[hidden email]>:
>
> > Hi Glanfranco,
> >
> > I saw your message, but I've already created new branch ignite-788 (based
> > on ignite-sprint-5 - current development branch) and initiate log4j2
> module
> > for you.
> > I think it is a good idea to use this branch for your development.
> >
> > -- Artem --
> >
> > On Tue, May 12, 2015 at 2:38 PM, Gianfranco Murador <
> > [hidden email]> wrote:
> >
> > >  Hi Yakov , I created a new module and I've found a way to set it to
> > > run through this suggestion :
> > >
> > >
> >
> http://apache-ignite-users.70518.x6.nabble.com/Logging-using-Log4j2-td188.html
> > > . I'll do some tests as soon as possible . Thank you, Regards,
> > > Gianfranco
> > >
> > >
> > > 2015-05-12 12:45 GMT+02:00 Yakov Zhdanov <[hidden email]>:
> > >
> > > > Can anyone in community help? Perhaps, Artem? I think we need to
> > create a
> > > > new empty module so Gianfranco can start with another logger
> > > > implementation.
> > > >
> > > > Gianfranco, logger can be configured at startup
> > > > - org.apache.ignite.configuration.IgniteConfiguration#getGridLogger.
> Is
> > > > this what you are looking for?
> > > >
> > > > Thanks!
> > > >
> > > > --Yakov
> > > >
> > > > 2015-05-10 17:29 GMT+03:00 Gianfranco Murador <
> > > > [hidden email]>
> > > > :
> > > >
> > > > > Hello everyone ,
> > > > > I'm inserting the support for log4j2 in pom maven, to do some
> tests I
> > > > need
> > > > > to know if it is possible to configure at runtime which module
> using
> > > for
> > > > > logging.
> > > > > The initial idea is to make coexist both modules for a period,
> right
> > ?I
> > > > > have not found an official documentation about the topic.
> > > > > Thank you,
> > > > >  Regards,
> > > > >  Gianfranco
> > > > >
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Insert support for log4j2 [IGNITE-788]

Gianfranco Murador
Hi Artem,
 ok , thank you.


2015-05-25 12:19 GMT+02:00 Artiom Shutak <[hidden email]>:

> Hi Glanfranco,
>
> Only commiters can commit to repository.
>
> According to contribution process (see
> https://ignite.incubator.apache.org/community.html)
>
>    -
>    - you should submit a patch in Jira and assign to a committer
>    - Send email to the dev list stating that patch is ready
>    - The committer will provide comments after review.
>    - If the patch is rejected, address comments and repeat the process.
>
> The commiters list can be found at the end of "community" page.
>
>
> -- Artem --
>
> On Sat, May 23, 2015 at 3:09 PM, Gianfranco Murador <
> [hidden email]> wrote:
>
> > Hi Artiom,
> >  for the first commit branch I've need the  right permissions to git hub
> > repository of apache ignite.
> > Thanks,
> > Greetings, Gianfranco
> >
> > 2015-05-12 19:27 GMT+02:00 Artiom Shutak <[hidden email]>:
> >
> > > Hi Glanfranco,
> > >
> > > I saw your message, but I've already created new branch ignite-788
> (based
> > > on ignite-sprint-5 - current development branch) and initiate log4j2
> > module
> > > for you.
> > > I think it is a good idea to use this branch for your development.
> > >
> > > -- Artem --
> > >
> > > On Tue, May 12, 2015 at 2:38 PM, Gianfranco Murador <
> > > [hidden email]> wrote:
> > >
> > > >  Hi Yakov , I created a new module and I've found a way to set it to
> > > > run through this suggestion :
> > > >
> > > >
> > >
> >
> http://apache-ignite-users.70518.x6.nabble.com/Logging-using-Log4j2-td188.html
> > > > . I'll do some tests as soon as possible . Thank you, Regards,
> > > > Gianfranco
> > > >
> > > >
> > > > 2015-05-12 12:45 GMT+02:00 Yakov Zhdanov <[hidden email]>:
> > > >
> > > > > Can anyone in community help? Perhaps, Artem? I think we need to
> > > create a
> > > > > new empty module so Gianfranco can start with another logger
> > > > > implementation.
> > > > >
> > > > > Gianfranco, logger can be configured at startup
> > > > > -
> org.apache.ignite.configuration.IgniteConfiguration#getGridLogger.
> > Is
> > > > > this what you are looking for?
> > > > >
> > > > > Thanks!
> > > > >
> > > > > --Yakov
> > > > >
> > > > > 2015-05-10 17:29 GMT+03:00 Gianfranco Murador <
> > > > > [hidden email]>
> > > > > :
> > > > >
> > > > > > Hello everyone ,
> > > > > > I'm inserting the support for log4j2 in pom maven, to do some
> > tests I
> > > > > need
> > > > > > to know if it is possible to configure at runtime which module
> > using
> > > > for
> > > > > > logging.
> > > > > > The initial idea is to make coexist both modules for a period,
> > right
> > > ?I
> > > > > > have not found an official documentation about the topic.
> > > > > > Thank you,
> > > > > >  Regards,
> > > > > >  Gianfranco
> > > > > >
> > > > >
> > > >
> > >
> >
>