Hi!
i actived log4j.debug and i give this: log4javaDebug.txt
In this debug logs my custom file is charged but log4j2 do the
reconfiguration:

 DEBUG StatusLogger Reconfiguration started for context[name=1e163e2] at
URI null (org.apache.logging.log4j.core.LoggerContext@139ae54a) with
optional ClassLoader: null

I have this configuration at the start of web.xml:
<context-param>
        <param-name>isLog4jAutoInitializationDisabled</param-name>
        <param-value>true</param-value>
    </context-param>
    <context-param>
        <param-name>log4jContextName</param-name>
        <param-value>mdes</param-value>
    </context-param>
    <context-param>
        <param-name>log4jConfiguration</param-name>
        <param-value>classpath:conf-hub-digital-log4j2.xml</param-value>
    </context-param>
     <listener>

<listener-class>org.apache.logging.log4j.web.Log4jServletContextListener</listener-class>
    </listener>

    <filter>
        <filter-name>log4jServletFilter</filter-name>

<filter-class>org.apache.logging.log4j.web.Log4jServletFilter</filter-class>
    </filter>

Please could you help me?
Why <context-param>
        <param-name>isLog4jAutoInitializationDisabled</param-name>
        <param-value>true</param-value>
    </context-param>
is not disabling the reconfiguration?

Best Regards!

El jue., 13 dic. 2018 a las 17:30, Leo R (<paralaspagin...@gmail.com>)
escribió:

> Hi all!
>
> I have 5 web.xml because i have different maven projects inside my main
> project.
>
> Main:
>
> ·         main-core
>
> ·         main-app
>
> ·         main-web (in this web.xml I am writing my configuration)
>
> ·         child-name1-core
>
> ·         child-name1-web
>
> ·         child-name2-core
>
> ·         child-name2-web
>
> ·         child-name3-core
>
> ·         child-name3-web
>
> ·         child-name4-core
>
> ·         child-name4-web
>
>
>
> I have servlet 3.1 and I think that the problem is the context.
>
> I tried to use isLog4jAutoInitializationDisabled in all web.xml except
> main-web (in this web.xml setting all following Servlet 2.5 Web
> Applications from http://logging.apache.org/log4j/2.x/manual/webapp.html
> because you say that in case of isLog4jAutoInitializationDisabled you
> need to have the same configuration of servlet 2.5):
>
> 1.   <context-param>
>
> 2.  <param-name>isLog4jAutoInitializationDisabled</param-name>
>
> 3.  <param-value>true</param-value>
>
> 4.  </context-param>
>
> And this solution not found.
>
>
>
> Why is not included some configuration like:
>
>  URL log4jURL = Loader.getResource(Log4javaFileName);
>  if (log4jURL == null) {
>       throw new Exception();
> }
> PropertyConfigurator.configure(log4jURL);
>
> ?
>
> Could you help me, please?
>
> Thanks for all support.
>
> El vie., 7 dic. 2018 a las 16:36, Matt Sicker (<boa...@gmail.com>)
> escribió:
>
>> Could you define the system property "log4j2.debug" and include the debug
>> log info?
>>
>> On Fri, 7 Dec 2018 at 02:59, Leo R <paralaspagin...@gmail.com> wrote:
>>
>> > Hi!
>> > Yes i included core, api and web.
>> > I tested:
>> > log4j2-name.xml ->not found
>> > Property on web.xml -> not found
>> > Could you give more ideas please?
>> >
>> > El El mié, 5 dic 2018 a las 23:28, Matt Sicker <boa...@gmail.com>
>> > escribió:
>> >
>> > > Are you including log4j-web in your war as well?
>> > >
>> > > On Wed, 5 Dec 2018 at 10:43, paginas <paralaspagin...@gmail.com>
>> wrote:
>> > >
>> > > > I added in my web.xml
>> > > > <context-param>
>> > > >         <param-name>log4jConfiguration</param-name>
>> > > >         <param-value>file:///C:/
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>name
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>/
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>src
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>/particularName/
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>configuracion
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>/
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>entorno
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>/
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>conf
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>-especial-name-log4j2.properties
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E></
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>param-value
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>>
>> > > >
>> > >
>> >
>> <file:///C:/name/src/particularName/configuracion/entorno/conf-especial-name-log4j2.properties%3C/param-value%3E>
>> > > >     </context-param>
>> > > >
>> > > > And my application not works
>> > > >
>> > > > Could you give more support please?
>> > > >
>> > > > > El 5 dic 2018, a las 16:27, Ralph Goers <
>> ralph.go...@dslextreme.com>
>> > > > escribió:
>> > > > >
>> > > > > Even simpler. Just name the file "log4j2-name.xml” where “name” is
>> > the
>> > > > name of the web application.
>> > > > >
>> > > > > Ralph
>> > > > >
>> > > > >> On Dec 5, 2018, at 8:23 AM, Ralph Goers <
>> ralph.go...@dslextreme.com
>> > >
>> > > > wrote:
>> > > > >>
>> > > > >> From what you are describing I would set log4jConfiguration in
>> your
>> > > web
>> > > > application’s web.xml as a context parameter. See
>> > > > http://logging.apache.org/log4j/2.x/manual/webapp.html <
>> > > > http://logging.apache.org/log4j/2.x/manual/webapp.html>.
>> > > > >>
>> > > > >> Ralph
>> > > > >>
>> > > > >>
>> > > > >>> On Dec 5, 2018, at 7:54 AM, paginas <paralaspagin...@gmail.com
>> > > > <mailto:paralaspagin...@gmail.com>> wrote:
>> > > > >>>
>> > > > >>> Dear Log4j Team,
>> > > > >>>
>> > > > >>> First of all, thanks for your work. I am Leo, an Spanish web
>> > > developer
>> > > > that need some help.
>> > > > >>>
>> > > > >>> I am migrating one of our project from slf4j v. 1.7.21 to log4j
>> > > > v.2.11.1 and I have this problem:
>> > > > >>>
>> > > > >>> -In my web project, we need to have the log4j.configurationFile
>> > with
>> > > a
>> > > > particular name: Particular_web_app_log4j2.properties (example name)
>> > > > >>>
>> > > > >>> We cannot set the default log4j2.properties, log4j2.xml, etc in
>> our
>> > > > repository.
>> > > > >>> In slf4j we solved this situation with this code. (with this,
>> all
>> > > sl4j
>> > > > configuration is loaded from our custom log4j.properties):
>> > > > >>>
>> > > > >>>     URL log4jURL = Loader.getResource(Log4javaFileName);
>> > > > >>>     if (log4jURL == null) {
>> > > > >>>           throw new Exception();
>> > > > >>>     }
>> > > > >>>     PropertyConfigurator.configure(log4jURL);
>> > > > >>>
>> > > > >>> In log4j2 this method is deprecated and I found some
>> alternatives,
>> > > but
>> > > > any of them worked.
>> > > > >>> Solution one:
>> > > > >>> Set this property in my first line of code:
>> > > > >>> System.setProperty("log4j.configurationFile",Log4java2FileName);
>> > > > >>>              It not works in my Websphere Application Server
>> > because
>> > > > log4j2 try to charge before my first web app line of code.
>> > > > >>> Solution two:
>> > > > >>>                               using java -D option which sets a
>> > > system
>> > > > property on server start.
>> > > > >>>                               It not works in my Websphere
>> > > Application
>> > > > Server because it is an application server with other applications
>> and
>> > we
>> > > > share the node, this change can affect to other apps.
>> > > > >>> Solution three:
>> > > > >>> Using an recharge of properties from custom XML properties:
>> > > > >>> InputStream log4javaFile =
>> > > > getClass().getClassLoader().getResourceAsStream(Log4java2FileName);
>> > > > >>>           ConfigurationSource configuration =
>> > > > newConfigurationSource(log4javaFile);
>> > > > >>> Configurator.initialize(null, configuration);
>> > > > >>> It not works in my project because a regret to include this
>> code in
>> > > my
>> > > > InitContext (first point of code), this change only affect in some
>> > class,
>> > > > not in all context. (I have different servlets in my application and
>> > > there
>> > > > are not affected by this change)
>> > > > >>>
>> > > > >>> Question:
>> > > > >>>               Is there an easy alternative for adjusting the
>> > > > properties file? (some like slf4j configuration)
>> > > > >>>
>> > > > >>> I would be very grateful if you could help me because I can not
>> > find
>> > > a
>> > > > solution and I would like to be able to use the new log4j2.
>> > > > >>> Best regards!
>> > > > >>
>> > > > >
>> > > >
>> > > >
>> > >
>> > > --
>> > > Matt Sicker <boa...@gmail.com>
>> > >
>> >
>>
>>
>> --
>> Matt Sicker <boa...@gmail.com>
>>
>
[19/12/18 13:20:17:936 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Log4jServletContextListener ensuring 
that Log4j starts up properly.
[19/12/18 13:20:18:047 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Using ShutdownCallbackRegistry class 
org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
[19/12/18 13:20:18:047 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger getConfigURI found 
[classpath:conf-customname-digital-log4j2.xml] in servletContext at 
[classpath:conf-customname-digital-log4j2.xml]
[19/12/18 13:20:18:281 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Took 0,163409 seconds to load 208 
plugins from com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53
[19/12/18 13:20:18:281 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'Converter' found 44 
plugins
[19/12/18 13:20:18:312 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting OutputStreamManager 
SYSTEM_OUT.false.false-1
[19/12/18 13:20:18:312 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'ConfigurationFactory' 
found 4 plugins
[19/12/18 13:20:18:328 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Missing dependencies for Yaml support, 
ConfigurationFactory 
org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory is inactive
[19/12/18 13:20:18:328 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Missing dependencies for Json support, 
ConfigurationFactory 
org.apache.logging.log4j.core.config.json.JsonConfigurationFactory is inactive
[19/12/18 13:20:18:328 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Using configurationFactory 
org.apache.logging.log4j.core.config.ConfigurationFactory$Factory@5ccd4f98
[19/12/18 13:20:18:328 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find 
[conf-customname-digital-log4j2.xml] using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:359 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting LoggerContext[name=customname] 
from configuration at classpath:conf-customname-digital-log4j2.xml
[19/12/18 13:20:18:359 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting LoggerContext[name=customname, 
org.apache.logging.log4j.core.LoggerContext@128cd619] with configuration 
XmlConfiguration[location=C:\arqgea\bin\wlp8.5.5.7\usr\servers\H-Digital\configuracion\entorno\conf-customname-digital-log4j2.xml]...
[19/12/18 13:20:18:359 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Shutdown hook enabled. Registering a new 
one.
[19/12/18 13:20:18:359 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Apache Log4j Core 2.11.1 initializing 
configuration 
XmlConfiguration[location=C:\arqgea\bin\wlp8.5.5.7\usr\servers\H-Digital\configuracion\entorno\conf-customname-digital-log4j2.xml]
[19/12/18 13:20:18:359 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Installed 1 script engine
[19/12/18 13:20:18:375 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Mozilla Rhino version: 1.7 release 3 
PRERELEASE, language: ECMAScript, threading: MULTITHREADED, compile: true, 
names: [js, rhino, JavaScript, javascript, ECMAScript, ecmascript], factory 
class: com.sun.script.javascript.RhinoScriptEngineFactory
[19/12/18 13:20:18:375 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Took 0,001196 seconds to load 0 plugins 
from package org.apache.logging.log4j.test
[19/12/18 13:20:18:375 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'Core' found 118 plugins
[19/12/18 13:20:18:391 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'Level' found 0 plugins
[19/12/18 13:20:18:391 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=property, 
class=org.apache.logging.log4j.core.config.Property].
[19/12/18 13:20:18:406 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger TypeConverterRegistry initializing.
[19/12/18 13:20:18:406 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'TypeConverter' found 26 
plugins
[19/12/18 13:20:18:422 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger createProperty(name="filename", 
value="/desa/customnameDigital/logs/customname-digital.log")
[19/12/18 13:20:18:422 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=properties, 
class=org.apache.logging.log4j.core.config.PropertiesPlugin].
[19/12/18 13:20:18:422 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger 
configureSubstitutor(={filename=/desa/customnameDigital/logs/customname-digital.log},
 Configuration(XMLConfigTest))
[19/12/18 13:20:18:422 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'Lookup' found 14 plugins
[19/12/18 13:20:18:422 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=layout, 
class=org.apache.logging.log4j.core.layout.PatternLayout].
[19/12/18 13:20:18:437 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger 
PatternLayout$Builder(pattern="[%d{DEFAULT}] [%-20t] [%-5p] - %m %n", 
PatternSelector=null, Configuration(XMLConfigTest), Replace=null, 
charset="null", alwaysWriteExceptions="null", disableAnsi="null", 
noConsoleNoAnsi="null", header="null", footer="null")
[19/12/18 13:20:18:437 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'Converter' found 44 
plugins
[19/12/18 13:20:18:453 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=appender, 
class=org.apache.logging.log4j.core.appender.ConsoleAppender].
[19/12/18 13:20:18:453 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger ConsoleAppender$Builder(target="null", 
follow="null", direct="null", bufferedIo="null", bufferSize="null", 
immediateFlush="null", ignoreExceptions="null", PatternLayout([%d{DEFAULT}] 
[%-20t] [%-5p] - %m %n), name="STDOUT", Configuration(XMLConfigTest), 
Filter=null)
[19/12/18 13:20:18:469 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting OutputStreamManager 
SYSTEM_OUT.false.false
[19/12/18 13:20:18:469 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=layout, 
class=org.apache.logging.log4j.core.layout.PatternLayout].
[19/12/18 13:20:18:469 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger 
PatternLayout$Builder(pattern="[%d{DEFAULT}] [%-20t] [%-5p] - %m %n", 
PatternSelector=null, Configuration(XMLConfigTest), Replace=null, 
charset="null", alwaysWriteExceptions="null", disableAnsi="null", 
noConsoleNoAnsi="null", header="null", footer="null")
[19/12/18 13:20:18:469 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building 
Plugin[name=SizeBasedTriggeringPolicy, 
class=org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy].
[19/12/18 13:20:18:469 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger createPolicy(size="100MB")
[19/12/18 13:20:18:469 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=Policies, 
class=org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy].
[19/12/18 13:20:18:469 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger 
createPolicy(={SizeBasedTriggeringPolicy(size=104857600)})
[19/12/18 13:20:18:469 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=appender, 
class=org.apache.logging.log4j.core.appender.RollingFileAppender].
[19/12/18 13:20:18:469 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger 
RollingFileAppender$Builder(fileName="/desa/customnameDigital/logs/customname-digital.log",
 
filePattern="/desa/customnameDigital/logs/customname-digital.log_%d{yy.MM.dd_HH.00}--%i.log",
 append="null", locking="null", 
Policies(CompositeTriggeringPolicy(policies=[SizeBasedTriggeringPolicy(size=104857600)])),
 Strategy=null, advertise="null", advertiseUri="null", createOnDemand="null", 
filePermissions="null", fileOwner="null", fileGroup="null", bufferedIo="null", 
bufferSize="null", immediateFlush="null", ignoreExceptions="null", 
PatternLayout([%d{DEFAULT}] [%-20t] [%-5p] - %m %n), name="File", 
Configuration(XMLConfigTest), Filter=null)
[19/12/18 13:20:18:484 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger New file 
'/desa/customnameDigital/logs/customname-digital.log' created = false
[19/12/18 13:20:18:484 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting RollingFileManager 
/desa/customnameDigital/logs/customname-digital.log
[19/12/18 13:20:18:484 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'FileConverter' found 2 
plugins
[19/12/18 13:20:18:484 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Setting prev file time to 
2018-12-18T09:37:59.050+0100
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Initializing triggering policy 
CompositeTriggeringPolicy(policies=[SizeBasedTriggeringPolicy(size=104857600)])
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=appenders, 
class=org.apache.logging.log4j.core.config.AppendersPlugin].
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger createAppenders(={STDOUT, File})
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=AppenderRef, 
class=org.apache.logging.log4j.core.config.AppenderRef].
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger createAppenderRef(ref="STDOUT", 
level="null", Filter=null)
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=root, 
class=org.apache.logging.log4j.core.config.LoggerConfig$RootLogger].
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger createLogger(additivity="null", 
level="INFO", includeLocation="null", ={STDOUT}, ={}, 
Configuration(XMLConfigTest), Filter=null)
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Building Plugin[name=loggers, 
class=org.apache.logging.log4j.core.config.LoggersPlugin].
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger createLoggers(={root})
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Configuration 
XmlConfiguration[location=C:\arqgea\bin\wlp8.5.5.7\usr\servers\H-Digital\configuracion\entorno\conf-customname-digital-log4j2.xml]
 initialized
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting configuration 
XmlConfiguration[location=C:\custom\conf-customname-digital-log4j2.xml]
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Started configuration 
XmlConfiguration[location=C:\custom\conf-customname-digital-log4j2.xml] OK.
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Stopping 
org.apache.logging.log4j.core.config.DefaultConfiguration@5e71785a...
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration notified 1 
ReliabilityStrategies that config will be stopped.
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration stopping root 
LoggerConfig.
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration notifying 
ReliabilityStrategies that appenders will be stopped.
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration stopping remaining 
Appenders.
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Shutting down OutputStreamManager 
SYSTEM_OUT.false.false-1
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Shut down OutputStreamManager 
SYSTEM_OUT.false.false-1, all resources released: true
[19/12/18 13:20:18:500 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Appender DefaultConsole-1 stopped with 
status true
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration stopped 1 remaining 
Appenders.
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration cleaning Appenders 
from 1 LoggerConfigs.
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Stopped 
org.apache.logging.log4j.core.config.DefaultConfiguration@5e71785a OK
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Reregistering MBeans after reconfigure. 
Selector=org.apache.logging.log4j.core.selector.ClassLoaderContextSelector@3c7e102d
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Reregistering context (1/1): 
'customname' org.apache.logging.log4j.core.LoggerContext@128cd619
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=customname'
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=customname,component=StatusLogger'
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=customname,component=ContextSelector'
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=customname,component=Loggers,name=*'
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=customname,component=Appenders,name=*'
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 
'org.apache.logging.log4j2:type=customname,component=AsyncAppenders,name=*'
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 
'org.apache.logging.log4j2:type=customname,component=AsyncLoggerRingBuffer'
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 
'org.apache.logging.log4j2:type=customname,component=Loggers,name=*,subtype=RingBuffer'
[19/12/18 13:20:18:516 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname
[19/12/18 13:20:18:531 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=StatusLogger
[19/12/18 13:20:18:531 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=ContextSelector
[19/12/18 13:20:18:531 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=Loggers,name=
[19/12/18 13:20:18:531 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=Appenders,name=STDOUT
[19/12/18 13:20:18:531 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=Appenders,name=File
[19/12/18 13:20:18:531 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Using default SystemClock for timestamps.
[19/12/18 13:20:18:531 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger 
org.apache.logging.log4j.core.util.SystemClock does not support precise 
timestamps.
[19/12/18 13:20:18:531 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Using DummyNanoClock for nanosecond 
timestamps.
[19/12/18 13:20:18:547 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger LoggerContext[name=customname, 
org.apache.logging.log4j.core.LoggerContext@128cd619] started OK with 
configuration 
XmlConfiguration[location=C:\custom\conf-customname-digital-log4j2.xml].
[19/12/18 13:20:18:578 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'Converter' found 44 
plugins
[19/12/18 13:20:18:578 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting OutputStreamManager 
SYSTEM_OUT.false.false-2
[19/12/18 13:20:18:578 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting LoggerContext[name=1e163e2, 
org.apache.logging.log4j.core.LoggerContext@139ae54a]...
[19/12/18 13:20:18:578 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Reconfiguration started for 
context[name=1e163e2] at URI null 
(org.apache.logging.log4j.core.LoggerContext@139ae54a) with optional 
ClassLoader: null
[19/12/18 13:20:18:578 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Using configurationFactory 
org.apache.logging.log4j.core.config.ConfigurationFactory$Factory@5ccd4f98
[19/12/18 13:20:18:578 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find 
[log4j2-test1e163e2.properties] using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:578 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find 
[log4j2-test1e163e2.properties] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:578 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find 
[log4j2-test1e163e2.properties] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:578 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find 
[log4j2-test1e163e2.properties] using ClassLoader.getSystemResource().
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.yml] 
using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.yml] 
using com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.yml] 
using com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class 
loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.yml] 
using ClassLoader.getSystemResource().
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.yaml] 
using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.yaml] 
using com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.yaml] 
using com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class 
loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.yaml] 
using ClassLoader.getSystemResource().
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.json] 
using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.json] 
using com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.json] 
using com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class 
loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.json] 
using ClassLoader.getSystemResource().
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.jsn] 
using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.jsn] 
using com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.jsn] 
using com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class 
loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.jsn] 
using ClassLoader.getSystemResource().
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.xml] 
using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.xml] 
using com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.xml] 
using com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class 
loader.
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test1e163e2.xml] 
using ClassLoader.getSystemResource().
[19/12/18 13:20:18:594 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.properties] 
using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.properties] 
using com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.properties] 
using com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class 
loader.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.properties] 
using ClassLoader.getSystemResource().
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.yml] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.yml] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.yml] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.yml] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.yaml] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.yaml] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.yaml] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.yaml] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.json] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.json] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.json] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.json] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:609 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.jsn] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.jsn] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.jsn] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.jsn] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.xml] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.xml] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.xml] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2-test.xml] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find 
[log4j21e163e2.properties] using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find 
[log4j21e163e2.properties] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find 
[log4j21e163e2.properties] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find 
[log4j21e163e2.properties] using ClassLoader.getSystemResource().
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.yml] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:625 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.yml] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.yml] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.yml] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.yaml] 
using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.yaml] 
using com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.yaml] 
using com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class 
loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.yaml] 
using ClassLoader.getSystemResource().
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.json] 
using context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.json] 
using com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.json] 
using com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class 
loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.json] 
using ClassLoader.getSystemResource().
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.jsn] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.jsn] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.jsn] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.jsn] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.xml] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.xml] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.xml] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j21e163e2.xml] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.properties] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.properties] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:641 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.properties] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.properties] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.yml] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.yml] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.yml] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.yml] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.yaml] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.yaml] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.yaml] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.yaml] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.json] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.json] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.json] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.json] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.jsn] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.jsn] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:656 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.jsn] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.jsn] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.xml] using 
context class loader 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.xml] using 
com.ibm.ws.classloading.internal.AppClassLoader@a0f3f53 class loader.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.xml] using 
com.ibm.ws.classloading.internal.ThreadContextClassLoader@6697f2d9 class loader.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Trying to find [log4j2.xml] using 
ClassLoader.getSystemResource().
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R ERROR StatusLogger No Log4j 2 configuration file found. 
Using default configuration (logging only errors to the console), or user 
programmatically provided configurations. Set system property 'log4j2.debug' to 
show Log4j 2 internal initialization logging. See 
https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions 
on how to configure Log4j 2
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'Converter' found 44 
plugins
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting OutputStreamManager 
SYSTEM_OUT.false.false-3
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Apache Log4j Core 2.11.1 initializing 
configuration org.apache.logging.log4j.core.config.DefaultConfiguration@1e436754
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Installed 1 script engine
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Mozilla Rhino version: 1.7 release 3 
PRERELEASE, language: ECMAScript, threading: MULTITHREADED, compile: true, 
names: [js, rhino, JavaScript, javascript, ECMAScript, ecmascript], factory 
class: com.sun.script.javascript.RhinoScriptEngineFactory
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'Core' found 118 plugins
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger PluginManager 'Level' found 0 plugins
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Configuration 
org.apache.logging.log4j.core.config.DefaultConfiguration@1e436754 initialized
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Starting configuration 
org.apache.logging.log4j.core.config.DefaultConfiguration@1e436754
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Started configuration 
org.apache.logging.log4j.core.config.DefaultConfiguration@1e436754 OK.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Stopping 
org.apache.logging.log4j.core.config.DefaultConfiguration@6e4b5488...
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration notified 1 
ReliabilityStrategies that config will be stopped.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration stopping root 
LoggerConfig.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration notifying 
ReliabilityStrategies that appenders will be stopped.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration stopping remaining 
Appenders.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Shutting down OutputStreamManager 
SYSTEM_OUT.false.false-2
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Shut down OutputStreamManager 
SYSTEM_OUT.false.false-2, all resources released: true
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Appender DefaultConsole-2 stopped with 
status true
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration stopped 1 remaining 
Appenders.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger DefaultConfiguration cleaning Appenders 
from 1 LoggerConfigs.
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Stopped 
org.apache.logging.log4j.core.config.DefaultConfiguration@6e4b5488 OK
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Reregistering MBeans after reconfigure. 
Selector=org.apache.logging.log4j.core.selector.ClassLoaderContextSelector@3c7e102d
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Reregistering context (1/2): '1e163e2' 
org.apache.logging.log4j.core.LoggerContext@139ae54a
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=1e163e2'
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=1e163e2,component=StatusLogger'
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=1e163e2,component=ContextSelector'
[19/12/18 13:20:18:672 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=1e163e2,component=Loggers,name=*'
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 'org.apache.logging.log4j2:type=1e163e2,component=Appenders,name=*'
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 
'org.apache.logging.log4j2:type=1e163e2,component=AsyncAppenders,name=*'
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 
'org.apache.logging.log4j2:type=1e163e2,component=AsyncLoggerRingBuffer'
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 
'org.apache.logging.log4j2:type=1e163e2,component=Loggers,name=*,subtype=RingBuffer'
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=1e163e2
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=1e163e2,component=StatusLogger
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=1e163e2,component=ContextSelector
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=1e163e2,component=Appenders,name=DefaultConsole-3
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Reregistering context (2/2): 
'customname' org.apache.logging.log4j.core.LoggerContext@128cd619
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering 1 MBeans: 
[org.apache.logging.log4j2:type=customname]
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering 1 MBeans: 
[org.apache.logging.log4j2:type=customname,component=StatusLogger]
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering 1 MBeans: 
[org.apache.logging.log4j2:type=customname,component=ContextSelector]
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering 1 MBeans: 
[org.apache.logging.log4j2:type=customname,component=Loggers,name=]
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering 2 MBeans: 
[org.apache.logging.log4j2:type=customname,component=Appenders,name=STDOUT, 
org.apache.logging.log4j2:type=customname,component=Appenders,name=File]
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 
'org.apache.logging.log4j2:type=customname,component=AsyncAppenders,name=*'
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 
'org.apache.logging.log4j2:type=customname,component=AsyncLoggerRingBuffer'
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Unregistering but no MBeans found 
matching 
'org.apache.logging.log4j2:type=customname,component=Loggers,name=*,subtype=RingBuffer'
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=StatusLogger
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=ContextSelector
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=Loggers,name=
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=Appenders,name=STDOUT
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Registering MBean 
org.apache.logging.log4j2:type=customname,component=Appenders,name=File
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R TRACE StatusLogger Using DummyNanoClock for nanosecond 
timestamps.
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Reconfiguration complete for 
context[name=1e163e2] at URI NULL_SOURCE 
(org.apache.logging.log4j.core.LoggerContext@139ae54a) with optional 
ClassLoader: null
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger Shutdown hook enabled. Registering a new 
one.
[19/12/18 13:20:18:687 CET] 00000023 SystemErr                                  
                  R DEBUG StatusLogger LoggerContext[name=1e163e2, 
org.apache.logging.log4j.core.LoggerContext@139ae54a] started OK.
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to