From 5ca29823323e09cb8e40f3b3967f23d6e704ec4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Wed, 27 Aug 2025 20:40:15 +0900 Subject: [PATCH] doc: Correc LogLevel for Driver v3 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8dfdbee..3b7851f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ athena { S3OutputLocation="s3://query-results-bucket/folder/" AwsCredentialsProviderClass="DefaultChain" LogPath="logs/application.log" - LogLevel=3 + LogLevel="INFO" } } @@ -53,7 +53,7 @@ athena { S3OutputLocation="s3://query-results-bucket/folder/" AwsCredentialsProviderClass="com.simba.athena.amazonaws.auth.profile.ProfileCredentialsProvider" LogPath="logs/application.log" - LogLevel=3 + LogLevel=3 # INFO } } @@ -67,7 +67,7 @@ athena { S3OutputLocation="s3://query-results-bucket/folder/" AwsCredentialsProviderClass="DefaultChain" LogPath="logs/application.log" - LogLevel=3 + LogLevel="INFO" } } ``` @@ -104,7 +104,7 @@ athena { S3OutputLocationPrefix="s3://query-results-bucket/folder" AwsCredentialsProviderClass="DefaultChain" LogPath="logs/application.log" - LogLevel=3 + LogLevel="INFO" } } ```