From 272e44117ee471216e35891c3d28e45787d2c983 Mon Sep 17 00:00:00 2001 From: rsonghuster Date: Fri, 30 Aug 2024 18:39:31 +0800 Subject: [PATCH] add logConfig auto --- publish.yaml | 2 +- src/s.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/publish.yaml b/publish.yaml index ec029f0..ded92e2 100644 --- a/publish.yaml +++ b/publish.yaml @@ -3,7 +3,7 @@ Type: Project Name: start-word2pdf-dipper Provider: - 阿里云 -Version: 0.0.1 +Version: 0.0.2 Description: 本案例是将 word 转 pdf 的逻辑封装成一个python函数,快速创建并部署到阿里云函数计算 FC。 HomePage: https://github.com/devsapp/start-word2pdf/tree/dipper Organization: 阿里云函数计算(FC) diff --git a/src/s.yaml b/src/s.yaml index 6f371a2..e92d3ca 100644 --- a/src/s.yaml +++ b/src/s.yaml @@ -32,6 +32,7 @@ resources: PYTHONPATH: /opt/python functionName: '{{ functionName }}' code: ./code + logConfg: auto asyncInvokeConfig: maxAsyncEventAgeInSeconds: 7200 maxAsyncRetryAttempts: 3