Skip to content

Version 3.8.0 breaks logging #337

@atc6955

Description

@atc6955

When using version 3.8.0 none of my logging statements make it into the cloud logs.
Reverting to version 3.7.0 fixed this issue.

Example of implementation:

(imports:)

import logging
logging.basicConfig(level=logging.INFO)

(Within function:)
logging.info(f"Deletion Execution completed.")

Please feel free to suggest improved logging implementation if mine is incorrect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions