WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
171 stars 192 forks source link

unexpected content in log output during traditional WAS startup #175

Open donbourne opened 5 years ago

donbourne commented 5 years ago

When starting the WAS traditional docker image I see the following in my logs after the WSVR0001I: Server server1 open for e-business message:

...

INFO  [com.ibm.kc.content.Repository]- Found 3 configuration files or subfolders in /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/conf.

INFO  [com.ibm.kc.content.Repository]- Add configuration file: /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/conf/help_base.properties

INFO  [com.ibm.kc.content.FolderListener]- Configuration file added: /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/conf/help_base.properties

INFO  [com.ibm.kc.content.FolderListener]- Found new content source at: /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/plugins

INFO  [com.ibm.kc.content.Repository]- About to install new content: help_base

INFO  [com.ibm.kc.toc.TocClassificationHelper]- Persisting classification for help_base

INFO  [com.ibm.kc.toc.TocReuseMapping]- Persisting topic reuse mapping for help_base

INFO  [com.ibm.kc.privatecontent.PrivateIndexPreBuilder]- Start pre-build index synchronously for key: help_base

INFO  [com.ibm.kc.lucene.DictionaryBasedWarmer]- Searcher warmer is disabled due to missing dictionary.txt.

INFO  [com.ibm.kc.lucene.IndexPullByToc]- Indexing help_base for locale 

INFO  [com.ibm.kc.privatecontent.PrivateIndexPreBuilder]- End pre-build index synchronously for key: help_base

INFO  [com.ibm.kc.content.Statistics]- Book[help_base] has been successfully installed. Installed books: 1

INFO  [com.ibm.kc.content.Repository]- ================================================================

INFO  [com.ibm.kc.content.Repository]- Add configuration file: /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/conf/kc_welcome_template.properties

INFO  [com.ibm.kc.content.FolderListener]- Configuration file added: /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/conf/kc_welcome_template.properties

INFO  [com.ibm.kc.content.FolderListener]- Found new content source at: /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/plugins/kc_welcome_template

INFO  [com.ibm.kc.content.Repository]- About to install new content: kc_welcome_template

INFO  [com.ibm.kc.privatecontent.PrivateIndexPreBuilder]- Start pre-build index synchronously for key: kc_welcome_template

INFO  [com.ibm.kc.lucene.IndexPullByToc]- Indexing kc_welcome_template for locale 

INFO  [com.ibm.kc.privatecontent.PrivateIndexPreBuilder]- End pre-build index synchronously for key: kc_welcome_template

INFO  [com.ibm.kc.content.Repository]- ================================================================

INFO  [com.ibm.kc.content.Repository]- Add configuration file: /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/conf/help.properties

INFO  [com.ibm.kc.content.FolderListener]- Configuration file added: /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/conf/help.properties

INFO  [com.ibm.kc.content.FolderListener]- Found new content source at: /opt/IBM/WebSphere/AppServer/systemApps/isclite.ear/isclite.war/help/plugins

INFO  [com.ibm.kc.content.Repository]- About to install new content: help

INFO  [com.ibm.kc.toc.TocClassificationHelper]- Persisting classification for help

INFO  [com.ibm.kc.toc.TocClassificationHelper]- Persisting modified classifications for help

INFO  [com.ibm.kc.toc.TocClassificationHelper]- Persisting modified classifications for help_base

INFO  [com.ibm.kc.toc.TocReuseMapping]- Persisting topic reuse mapping for help

INFO  [com.ibm.kc.privatecontent.PrivateIndexPreBuilder]- Start pre-build index synchronously for key: help

INFO  [com.ibm.kc.lucene.IndexPullByToc]- Indexing help for locale 

INFO  [com.ibm.kc.privatecontent.PrivateIndexPreBuilder]- End pre-build index synchronously for key: help

INFO  [com.ibm.kc.content.Statistics]- Book[help] has been successfully installed. Installed books: 2

INFO  [com.ibm.kc.content.Repository]- ================================================================

These messages don't seem useful to end users, so we need to find a way to avoid putting this out to the logs.