Oliver B. Fischer created TAMAYA-164:
----------------------------------------
Summary: Make the outout of the Tamaya banner configurable
Key: TAMAYA-164
URL: https://issues.apache.org/jira/browse/TAMAYA-164
Project: Tamaya
Issue Type: Improvement
Components: Core
Affects Versions: 0.2-incubating
Reporter: Oliver B. Fischer
Assignee: Oliver B. Fischer
Fix For: 0.3-incubating
Each time Tamays starts it outputs its banner
({{code/api/src/main/resources/tamaya-banner.txt}}) to STDOUT.
I see there two problem: First is that I think a library never should output
any data to STDOUT. The second problem I see is that it could be/is annoying
for users of a software that uses Tamaya to have the banner printed to STDOUT.
There fore I would like sugggest the following solution:
- Outputting the banner should be configurable. A user should be able to
suppress the banner by adding the propery
{{org.apache.tamaya.config.show-banner = false}} to one of the used
configuration resources.
- The user should be able to decide if the banner will be written to STDOUT or
JUL will be used to output the banner. Therefore I would suggest to use the
property {{org.apache.tamaya.config.banner-output = STDOUT|JUL}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)