freeipa/ipalib
John Dennis dbb5721e7c If plugin fails to load log the traceback
Signed-off-by: John Dennis <jdennis@redhat.com>

If plugin fails to load log the traceback

If a plugin fails to load due to some kind of error it would be nice
if the error log contained the traceback so you can examine what went
wrong rather than being left blind as to why it failed to load.
2009-11-23 16:30:01 -05:00
..
plugins Handle ipaEnabledFlag as bool (TRUE/FALSE) instead of string (enabled/disabled). 2009-11-18 14:40:53 -05:00
__init__.py Add 'File' parameter type. 2009-11-06 16:05:31 -07:00
aci.py Fix aci plugin, enhance aci parsing capabilities, add user group support 2009-09-28 22:27:42 -06:00
backend.py Add fail-safe so any kind of exception is handled in XML-RPC server. 2009-11-18 14:13:08 -05:00
base.py Removed PluginProxy and all its uses 2009-08-05 12:18:51 -04:00
cli.py Fix typo in name of exception 2009-11-12 17:34:19 -05:00
compat.py Fixed 'import json' for simplejson compatability 2009-10-16 12:38:22 -06:00
config.py Use the FQDN and not just the hostname internally. 2009-10-16 14:57:33 -04:00
constants.py ipa-server-install now renders UI assets 2009-11-04 03:52:30 -07:00
crud.py Make primary_key optional. 2009-10-05 13:28:24 -06:00
encoder.py Prevent double encoding/decoding when processing compound types. 2009-08-03 23:00:17 -06:00
errors.py add new error class for certificate operations 2009-11-19 14:52:17 -05:00
frontend.py Add support for setting/adding arbitrary attributes 2009-11-17 09:40:56 -07:00
ipauuid.py Fix Python 2.6 deprecation warning with the md5 import. Use hashlib instead. 2009-09-28 15:30:22 -06:00
parameters.py _convert_scalar() should throw an error if passed a tuple or list 2009-11-17 09:36:38 -07:00
plugable.py If plugin fails to load log the traceback 2009-11-23 16:30:01 -05:00
request.py Ported xmlclient to subclass from Connectible 2009-02-03 15:29:03 -05:00
rpc.py Explicitly set verbosity off in the XML-RPC client 2009-09-14 09:46:42 -04:00
util.py Removed util.add_global_options() and frontend.Application 2009-10-14 15:07:17 -06:00