I cannot see the org.apache.parquet.* logs. #13452
Unanswered
jiangjiguang
asked this question in
Q&A
Replies: 2 comments
-
the logs are filtered out by how https://github.com/trinodb/trino-hadoop-apache is built perhaps there is an existing issue about this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since I have done some optimizations on parquet, and want to check the effect through the org.apache.parquet.* logs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed trino on a single machine for testing,
but I only can see the io.trino.* logs, cannot see the org.apache.parquet.* logs.
how can I see the org.apache.parquet.* logs?
the config is:
[root@icx20 etc]# cat log.properties
io.trino=DEBUG
org.apache.parquet=DEBUG
Beta Was this translation helpful? Give feedback.
All reactions