We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938b0de commit 0bfb32cCopy full SHA for 0bfb32c
functions/v2/cloudevent-logging/main.py
@@ -11,13 +11,13 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-#
+#
15
# [START functions_structured_logging_event]
16
+import functions_framework
17
import google.cloud.logging
18
from google.cloud.logging.handlers import StructuredLogHandler
19
from google.cloud.logging_v2.handlers import setup_logging
20
-import functions_framework
21
22
@functions_framework.cloud_event
23
def structured_logging_event(cloud_event):
0 commit comments