GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/625
remove warnings on console
the warnings are displayed per default even for a valid release.
the warnings confuse people as they things something is broken,
but it is not.
this leads to a mindset were warnings are generally ignored as
the warning don't say anything about the status of the
application. this patch removes the warnings as debug logging can
get inserted again when there is something to debug.
more background info in this 5 minute lightning talk:
https://vimeo.com/146218883 (first talk)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-fauxton remove-warnings
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/625.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #625
----
commit 55ab07214e8969a0b6a10c1f5851ee1854dc282a
Author: Robert Kowalski <[email protected]>
Date: 2016-01-22T13:49:23Z
remove warnings on console
the warnings are displayed per default even for a valid release.
the warnings confuse people as they things something is broken,
but it is not.
this leads to a mindset were warnings are generally ignored as
the warning don't say anything about the status of the
application. this patch removes the warnings as debug logging can
get inserted again when there is something to debug.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---