alamb commented on code in PR #4898:
URL: https://github.com/apache/arrow-rs/pull/4898#discussion_r1349176986
##########
arrow-flight/src/bin/flight_sql_client.rs:
##########
@@ -61,6 +61,18 @@ where
}
}
+/// Logging CLI config.
+#[derive(Debug, Parser)]
+pub struct LoggingArgs {
+ /// Log verbosity.
Review Comment:
```suggestion
/// Log verbosity. Use `-v for warn, `-vv for info, -vvv for debug,
-vvvv for trace.
///
/// Note you can also set logging level using `RUST_LOG` environment
variable: `RUST_LOG=debug`
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]