diff --git a/sanic/compat.py b/sanic/compat.py index e10bd34f3e..ce476dc41a 100644 --- a/sanic/compat.py +++ b/sanic/compat.py @@ -81,7 +81,7 @@ def pypy_os_module_patch() -> None: with 'os.path.realpath', which serves the same purpose. """ if hasattr(os, "readlink"): - error_logger.warning( + error_logger.debug( "PyPy: Skipping patching of the os module as it appears the " "'readlink' function has been added." )