mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-18 10:01:56 +00:00
5 lines
119 B
Python
5 lines
119 B
Python
from fastmcp.utilities.logging import get_logger
|
|
|
|
# Create and export logger
|
|
logger = get_logger("prowler-mcp-server")
|