diff --git a/src/flog.rs b/src/flog.rs index d223ee964..94dcc7c8c 100644 --- a/src/flog.rs +++ b/src/flog.rs @@ -120,7 +120,7 @@ pub mod categories { (char_encoding, "char-encoding", "Character encoding issues"); (history, "history", "Command history events"); - (history_file, "history-file", "Reading/Writing the history file"); + (history_file, "history-file", "Reading/Writing the history file", true); (profile_history, "profile-history", "History performance measurements");