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 f4b1ba3 commit 12faeffCopy full SHA for 12faeff
2 files changed
.github/workflows/build-runtime.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Copy Lithops config
51
run: |
52
mkdir -p ~/.lithops
53
- cp .lithops/config ~/.lithops/config
+ grep -v 'log_filename' .lithops/config > ~/.lithops/config
54
55
- name: Delete existing runtime
56
run: lithops runtime delete -d ${{ env.RUNTIME_NAME }} -b aws_lambda
.lithops/config
@@ -1,6 +1,8 @@
1
lithops:
2
backend: aws_lambda
3
storage: aws_s3
4
+ log_filename: lithops.log # comment out to see logs in the console
5
+ # log_level: WARNING
6
7
aws:
8
region: us-east-1
0 commit comments