chore: integrate review feedback

pull/24376/head
Jacob Marble 2021-04-19 15:47:36 -07:00
parent d6ec7a52d9
commit eea14bc414
1 changed files with 1 additions and 4 deletions

View File

@ -98,10 +98,7 @@ async fn wait_for_signal() {
}
/// This is the entry point for the IOx server. `config` represents
/// command line arguments, if any
///
/// The logging_level passed in is the global setting (e.g. if -v or
/// -vv was passed in before 'server')
/// command line arguments, if any.
pub async fn main(config: Config) -> Result<()> {
metrics::init_metrics(&config);