Skip to content

Commit

Permalink
[chore]: add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
0x009922 committed May 19, 2023
1 parent 1b03449 commit 7dd0ffc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ async fn main() -> Result<(), color_eyre::Report> {
let config = iroha::combine_configs(&args)?;
let telemetry = iroha_logger::init(&config.logger)?;
if !config.disable_panic_terminal_colors {
// FIXME: it shouldn't be logged here; it is a part of configuration domain
// this message can be very simply broken by the changes in the configuration
iroha_logger::warn!("The configuration parameter `DISABLE_PANIC_TERMINAL_COLORS` is deprecated. Set `TERMINAL_COLORS=false` instead. ")
}
iroha_logger::info!(
Expand Down

0 comments on commit 7dd0ffc

Please sign in to comment.