Skip to content

Commit

Permalink
Update cle.loader logger name (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin authored Jan 27, 2023
1 parent 25d0aa9 commit 6d4a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heaphopper/analysis/tracer/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def trace(config_name, binary_name):
# TODO: disable in production
angr.manager.l.setLevel(config['log_level'])
angr.exploration_techniques.spiller.l.setLevel(config['log_level'])
cle.loader.l.setLevel(config['log_level'])
cle.loader.log.setLevel(config['log_level'])
logger.setLevel(config['log_level'])

# Get libc path
Expand Down

0 comments on commit 6d4a0a8

Please sign in to comment.