mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-21 13:51:19 +00:00
fix logger name in integration tests (#246)
This commit is contained in:
@ -584,7 +584,9 @@ class Run(Command):
|
||||
|
||||
|
||||
def main() -> int:
|
||||
return execute_api(Run(Onefuzz(), logging.getLogger("ossfuzz")), [Command], "0.0.1")
|
||||
return execute_api(
|
||||
Run(Onefuzz(), logging.getLogger("integration")), [Command], "0.0.1"
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user