[
https://issues.apache.org/jira/browse/HDDS-10348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817555#comment-17817555
]
Ethan Rose commented on HDDS-10348:
-----------------------------------
It looks like client logs are configured to go to stdout or stderr in this
cluster. Client sided logging is helpful in general, and if clean terminal
output is desired then log4j config should be set to send client logs (or maybe
just those below a certain level) to a file instead. Perhaps these would also
be better as debug logs, since they seem to get displayed every time and could
be re-run with debug logging when troubleshooting.
> Remove redundant shell outputs
> ------------------------------
>
> Key: HDDS-10348
> URL: https://issues.apache.org/jira/browse/HDDS-10348
> Project: Apache Ozone
> Issue Type: Improvement
> Reporter: Wei-Chiu Chuang
> Priority: Major
>
> In the latest Ozone, entering a simple command will produce these messages:
> {code}
> # hdfs dfs -ls ofs://ozone1707765146/
> 24/02/12 22:57:31 INFO protocolPB.OmTransportFactory: Loading OM transport
> implementation
> org.apache.hadoop.ozone.om.protocolPB.Hadoop3OmTransportFactory as specified
> by configuration.
> 24/02/12 22:57:32 INFO client.ClientTrustManager: Loading certificates for
> client.
> Found 1 items
> drwxrwxrwx - om om 0 2024-02-12 19:18 ofs://ozone1707765146/s3v
> {code}
> These were added by HDDS-9582, HDDS-8958. We should remove them to improve
> usability.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]