diff options
author | Rob Austein <sra@hactrn.net> | 2013-03-21 01:35:49 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-03-21 01:35:49 +0000 |
commit | ab90c10df0598aca095ae56ad886ce5a8bc008cd (patch) | |
tree | ce5bc2433ea76337ec752be1b6c95d8628f55ed7 /rpkid/rpki/log.py | |
parent | 7bead4dba761aa6dd3639ab9bda8d5ea31d7d302 (diff) |
Record context in CMS replay exceptions. Closes #458.
svn path=/trunk/; revision=5188
Diffstat (limited to 'rpkid/rpki/log.py')
-rw-r--r-- | rpkid/rpki/log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/log.py b/rpkid/rpki/log.py index 38642999..adc85585 100644 --- a/rpkid/rpki/log.py +++ b/rpkid/rpki/log.py @@ -58,7 +58,7 @@ show_python_ids = False # Whether tracebacks are enabled globally. Individual classes and # modules may choose to override this. -enable_tracebacks = True +enable_tracebacks = False ## @var use_setproctitle # Whether to use setproctitle (if available) to change name shown for |