Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

log4j.properties missing for the maven lambada plugin #29

Open
cwang opened this issue Aug 12, 2016 · 0 comments
Open

log4j.properties missing for the maven lambada plugin #29

cwang opened this issue Aug 12, 2016 · 0 comments

Comments

@cwang
Copy link

cwang commented Aug 12, 2016

Using the lambada boilerplate project, all is good except this bit of usual warning from lacking of log4j configs,

[INFO] Creating deployment bucket if not exists.
log4j:WARN No appenders could be found for logger (com.amazonaws.AmazonWebServiceClient).
log4j:WARN Please initialize the log4j system properly.
[INFO] Deployment bucket already exist.

Upon checking the maven plugin source, it happened in prepare stage where AWS SDK is used to check if a bucket already exists. Because of the lack of stock log4j.properties packaged with the maven plugin, it spits out the warning above. A simple fix is to supply one that logs to stdout.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant