back/integrates/settings/logger.py
file.import logging
LOGGER = logging.getLogger(__name__)
def main() -> None:
LOGGER.info(...)
import logging
LOGGER = logging.getLogger(__name__)
def main() -> None:
LOGGER.warning(...)
LOGGER.error(...)
LOGGER.exception(...)
import logging
TRANSACTIONAL_LOGGER = logging.getLogger("transactional")
def main() -> None:
TRANSACTIONAL_LOGGER.info(
"Organization was successfully added",
extra={ "organization_id": "123",
"organization_name": "test_organization",
"user_email": "test_user",
},
)
AWS
app is not visible, request access through help@fluidattacks.com.