Skip to content

Commit

Permalink
enable debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AymenFJA committed Oct 26, 2023
1 parent 1bc9549 commit 881eac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parsl/executors/radical/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
RPEX = 'RPEX'
BASH = 'bash'
PYTHON = 'python'

os.environ["RADICAL_REPORT"] = "False"
os.environ["RADICAL_LOG_LVL"] = "DEBUG"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 881eac7

Please sign in to comment.