chore: integrate review feedback
parent
d6ec7a52d9
commit
eea14bc414
|
@ -98,10 +98,7 @@ async fn wait_for_signal() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// This is the entry point for the IOx server. `config` represents
|
/// This is the entry point for the IOx server. `config` represents
|
||||||
/// command line arguments, if any
|
/// 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')
|
|
||||||
pub async fn main(config: Config) -> Result<()> {
|
pub async fn main(config: Config) -> Result<()> {
|
||||||
metrics::init_metrics(&config);
|
metrics::init_metrics(&config);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue