This repository was archived by the owner on Apr 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…usion method instead of worrying about EPOCH.
…arcryhoth) Signed-off-by: Sean Coyne <sean@n42designs.com>
HothTracker.parseException improved to get error cause detail and message in FW1
https://groups.google.com/forum/#!topic/coldfusion-error-tracking-with-hoth/DqAnBGixt6A Now lowercasing the stacktrace hash.
…tiates HothTracker. Without locking, two different requests could potentially end up inside the conditional check to see if HothTracker exists in the application scope, and the instance could be created twice. While this isn't a big concern with something like HothTracker, it is good practice nonetheless.
…le path. A new property isLogPathRelative has been added to the sample HothConfig file. When set to true, log paths are relative to web root. Otherwise, they use the physical directory specified in logPath
Signed-off-by: Sean Coyne <sean@n42designs.com>
configs that do not define this setting.
aarongreenlee
added a commit
that referenced
this pull request
May 6, 2011
Bleeding - Added ColdBox Interceptor
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not sure if this is useful, but I like to define all my settings in ColdBox.cfc (and change per environment) so using an Interceptor to do this. Currently loads and configures Hoth in the coldBox cache, but could be modified to load into Application scope instead (optional flag?)