Skip to content

#502 Added logging framework to repository #515

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 18, 2016
Merged

Conversation

dbryla
Copy link

@dbryla dbryla commented Nov 4, 2016

No description provided.

daniel-bryla added 5 commits October 23, 2016 19:59
…this example using logger isn't good idea
…erns

* 'master' of https://github.com/iluwatar/java-design-patterns: (27 commits)
  Remove use of coveralls-maven-plugin (sonarqube.com covers this)
  Add SonarQube.com badge
  Fix environment variable
  Add Travis instructions for SonarQube.com analysis
  Adds more criticism to Singleton pattern.
  Event Based Asynchronous pattern: Add missing license header and puml diagram
  Changed config to non-interactive
  Moved config into a separate dir
  Unused import removed.
  End process logic clause has been corrected.
  Caching pattern: Documentation and diagram
  Fixes iluwatar#437. Adds criticism to Singleton pattern.
  Alter JUnit tests to run in lesser time.
  Updated version snapshot to 1.14.0
  Changes based on review feedback.
  Closes iluwatar#436. Adds criticism to service locator pattern.
  Caching pattern: Implementation of Cache-Aside pattern
  Caching pattern: Style fix for null check
  Caching pattern: Refactor LRU cache to avoid NPE and unnecessary cache lookup
  Caching pattern: Refactor shutdown hook to use method reference
  ...
@dbryla dbryla mentioned this pull request Nov 4, 2016
@iluwatar iluwatar self-assigned this Nov 14, 2016
@iluwatar
Copy link
Owner

@dbryla the Travis build is failing with message

The log length has exceeded the limit of 4 Megabytes (this usually means that test suite is raising the same exception over and over).

The build has been terminated.

I cannot accept the pull request while the build is red.

Do you have recommendation how to deal with this?

  • Maybe there is some way to lift this limit in Travis
  • Maybe we can limit the output from the build by for example setting the logging level higher

@dbryla
Copy link
Author

dbryla commented Nov 17, 2016

Build is green.

@iluwatar iluwatar merged commit 68ec24c into iluwatar:master Nov 18, 2016
@iluwatar
Copy link
Owner

Thank you so much for the hard work @dbryla This is a great improvement 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants