This repository was archived by the owner on Feb 26, 2026. It is now read-only.
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
from google.cloud import logging collides with logging from standard library #88
Also, an issue with
from google.cloud import loggingis that it collides with theloggingstandard library, and they are often going to be used together. Right now we tell users to import asimport google.cloud.loggingand use the full path in their code. I wonder if it would make sense to rename the library togoogle.cloud.cloudloggingor something so there's no naming conflictOriginally posted by @daniel-sanche in #83 (comment)