Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] custom logback.xml ?

I've never used this plugin, so I can't say much about it. I think I looked into how it works a while back... or it may have been something similar.

m2e does not use or rely on this plugin in any way. On the other hand, if it can be configured via standard logback configuration, I don't see any reason to not be able to use it.

In a previous message I said that m2e honors the standard way of configuring logback. That means that m2e will simply not attempt to configure logback or change the logback configuration if logback is already configured as explained at:
http://logback.qos.ch/manual/configuration.html

Vlad


On 10/15/2011 12:14 PM, Andrei Pozolotin wrote:
Vlad:

I was looking for something like this:

http://logback.qos.ch/consolePlugin.html

Andrei

-------- Original Message  --------
Subject: Re: [m2e-dev] custom logback.xml ?
From: Vlad Tatavu <vtatavu@xxxxxxxxxxxx>
To: Maven Integration for Eclipse developers mailing list <m2e-dev@xxxxxxxxxxx>
Date: Thu 13 Oct 2011 03:55:38 PM CDT
m2e "honors" the standard way of configuring logback too...

That being said, IMO, an extension point would not be so useful.

Vlad

On 10/13/2011 4:50 PM, Andrei Pozolotin wrote:
Igor:

-------- Original Message  --------
Subject: Re: [m2e-dev] custom logback.xml ?
From: Igor Fedorenko <igor@xxxxxxxxxxxxxx>
To: m2e-dev@xxxxxxxxxxx
Date: Thu 13 Oct 2011 01:19:28 PM CDT
Logback configuration file used by m2e (entire eclipse runtime,
actually), can be found under

.metadata/.plugins/org.eclipse.m2e.logback.configuration/
great; it works;

so there is no extension point for this, correct?>

Andrei

--
Regards,
Igor

On 11-10-13 2:15 PM, Andrei Pozolotin wrote:
    Hello;

    in m2e context: can you please let me know
    how can I provide custom logback.xml ?

    Thank you,

    Andrei



_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev




_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev





Back to the top