Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 4, 2024
1 parent 8a57d80 commit ad166f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iocage_lib/ioc_json.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import traceback
# Copyright (c) 2014-2019, iocage
# All rights reserved.
#
Expand Down Expand Up @@ -1558,6 +1559,7 @@ def json_load(self):
# iocage legacy develop jail, not missing configuration
pass
else:
traceback.print_exc()
iocage_lib.ioc_common.logit(
{
'level': 'EXCEPTION',
Expand Down

0 comments on commit ad166f2

Please sign in to comment.