GitHub user ahgittin opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/77
Tidy logging
so that normal operation doesn't cause lots of crazy stuff even at debug
level, and improves REST logging. (we may want to move REST logging to a new
file, but not done in this PR.)
biggest change here is a new CREATE_UNMANAGED mode for location creation,
used when peeking for the frequent poll done by the GUI (now there is no debug
logging as part of that)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/incubator-brooklyn tidy-logging
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/77.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 #77
----
commit bf933a197b62b8390d045cae53c03253aecf8d25
Author: Alex Heneveld <[email protected]>
Date: 2014-07-17T16:37:29Z
suppress warning of DTO with no contents, when it has a description which
says where the content comes from
commit 16894ff6c5ab590bed4408d253fa9f0eb3090dde
Author: Alex Heneveld <[email protected]>
Date: 2014-07-17T16:54:03Z
better warnings when icons are missing
commit fad97b318063da944af5bb07cd2dc488b070dc54
Author: Alex Heneveld <[email protected]>
Date: 2014-07-17T18:08:47Z
prevent warning of entitlement context on forwarded requests (eg /) and
improve detail for logging REST info
commit ff5b6c768ff4500224ff365d82979770f0e044d7
Author: Alex Heneveld <[email protected]>
Date: 2014-07-17T18:55:32Z
Add a UserFacingException which can be used to indicate to suppress stack
traces, and tidy up how REST errors are reported and returned
commit 99faa86be52e313918b66b7e15dce3da2cae0a4c
Author: Alex Heneveld <[email protected]>
Date: 2014-07-17T20:06:58Z
demote dull log messages to 'trace'
commit 0374a692ef9089b75b0f3befb0f1a7ff1539402b
Author: Alex Heneveld <[email protected]>
Date: 2014-07-17T20:07:59Z
allow a CREATE_UNMANAGED mode for locations, used when peeking, so that we
don't get lots of logging on the frequent location listings from REST API
----
---
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.
---