Skip to content

Commit 12faeff

Browse files
committed
Lithops logging
1 parent f4b1ba3 commit 12faeff

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Copy Lithops config
5151
run: |
5252
mkdir -p ~/.lithops
53-
cp .lithops/config ~/.lithops/config
53+
grep -v 'log_filename' .lithops/config > ~/.lithops/config
5454
5555
- name: Delete existing runtime
5656
run: lithops runtime delete -d ${{ env.RUNTIME_NAME }} -b aws_lambda

.lithops/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
lithops:
22
backend: aws_lambda
33
storage: aws_s3
4+
log_filename: lithops.log # comment out to see logs in the console
5+
# log_level: WARNING
46

57
aws:
68
region: us-east-1

0 commit comments

Comments
 (0)