Updated the exception handler to work with redmine

you can now specify the app and tracker you want in the prop file

Change-Id: Iee3c36865e395f7f3491fb8b2d82d8fe9e0c4297
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-02-19 15:47:16 -05:00
parent b2d89ba22f
commit c9da00f0cb
5 changed files with 29 additions and 20 deletions

View File

@@ -1,19 +1,22 @@
# exceptionhandler.properties
# This is the default Twenty Codes, LLC Exception Handler properties file
#
# This file must be included in the main project's assets folder
#
# @author Twenty Codes, LLC
# @author ricky barrette
# @author ricky barrette <rickbarrette@gmail.com>
# @author twenty codes <twentycodes@gmail.com>
# The following is for using our custom server based exception handler web application
# This file is used to tell the Exception Handler LIbrary how to file
# new exception reports
# HTTP ONLY
#
# Place this file in you project's assets folder and edit as needed
#
# server is the physical web address for your server
# file is the path to your filing script
# get is the path to your json retrieval script
server = http://powers.doesntexist.com:666/testing
file = /index.php?post=1
#get = /index.php?get=1
# app is the redmine project name
# tracker is the redmine tracker
server = http://rickbarrette.dyndns.org:8080/
file = redmine/exceptionhandler
app = test
tracker = Bug
# uncomment the following if you want your application to use email to file reports.
# if this is uncommented, email will always be used.