Temporarily enable history_file debug category by default

All of these should never happen so let's enable them to hopefully get useful
bug reports.  Should disable it again before a release.

See #10300
This commit is contained in:
Johannes Altmanninger 2024-10-09 13:01:15 +02:00
parent 13e5d8097c
commit f906a949cf

View File

@ -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");