Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Fix the browser node and ensure it doesn't colour the informant output #6457

Merged
merged 10 commits into from
Jun 23, 2020
Prev Previous commit
derive debug for output format
  • Loading branch information
expenses committed Jun 23, 2020
commit c0d4bbeb9a1acf9540cb0cca26eb4aff86ce3d29
2 changes: 1 addition & 1 deletion client/informant/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use parking_lot::Mutex;
mod display;

/// The format to print telemetry output in.
#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct OutputFormat {
/// Enable color output in logs. True by default.
pub enable_color: bool,
Expand Down