Skip to content

Should we add a stdlib logging handler which writes entries to the logging API? #1497

Closed
@tseaver

Description

@tseaver

The handler would be similar to the syslog handler in the stdlib. It could be configured via an INI file, e.g.:

[handler_gcloud]
class=gcloud.logging.handler.APIHandler
level=INFO
log_name=my-log

On a GCE / GAE host, the stdlib's SyslogHandler would work without this feature.

Metadata

Metadata

Assignees

Labels

api: loggingIssues related to the Cloud Logging API.priority: p2Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions