googleapis/google-cloud-python

Improve the Write logEntry sample

已關閉

#15,426 建立於 2020年12月10日

 (1 則留言) (0 個反應) (0 位負責人)Python (1,481 個分叉)batch import
api: logginggood first issuepriority: p3samplestype: feature request

倉庫指標

星標
 (4,304 顆星)
PR 合併指標
 (平均合併 4天) (30 天內合併 158 個 PR)

描述

Improve the Write logEntry sample on this page

This page is referenced by docs that explicitly talk about LogEntries. So we should demo this “advanced” logging technique, even though we do recommend the standard log wrapper approach in the quickstarts.

Criteria:

  • Demo how to write a text logEntry (textPayload)
  • Demo how to write a struct logEntry (jsonPayload)
  • Include: severity level, labels, resource type (“global”)
  • Demo: batch logging vs writing one log at a time
  • Update accompanying tests

Region tag: logging_write_log_entry

貢獻者指南