Skip to content

Commit

Permalink
Merge pull request #928 from onekey-sec/silence-lief
Browse files Browse the repository at this point in the history
lief: silence error log spam
  • Loading branch information
kissgyorgy authored Aug 23, 2024
2 parents 2702077 + 553a9a0 commit 25201eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unblob/handlers/executable/elf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from unblob.models import HexString, StructHandler, ValidChunk

lief.logging.set_level(lief.logging.LEVEL.ERROR)
lief.logging.disable()

logger = get_logger()

Expand Down

0 comments on commit 25201eb

Please sign in to comment.