Skip to content

Commit c3db609

Browse files
committed
Revert to using Warning loglevel as default
1 parent cc626c3 commit c3db609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonbpf/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def compile_to_ir(filename: str, output: str, loglevel=logging.WARNING):
121121
return output
122122

123123

124-
def compile(loglevel=logging.INFO) -> bool:
124+
def compile(loglevel=logging.WARNING) -> bool:
125125
# Look one level up the stack to the caller of this function
126126
caller_frame = inspect.stack()[1]
127127
caller_file = Path(caller_frame.filename).resolve()

0 commit comments

Comments
 (0)