Add option to log synchronously, add tooltip to log filter.

This commit is contained in:
Kelebek1 2023-12-31 17:22:12 +00:00
parent 05e3db3ac9
commit cc45cc3163
5 changed files with 42 additions and 7 deletions

View file

@ -559,6 +559,7 @@ struct Values {
// Miscellaneous
Setting<std::string> log_filter{linkage, "*:Info", "log_filter", Category::Miscellaneous};
Setting<bool> log_async{linkage, true, "log_async", Category::Miscellaneous};
Setting<bool> use_dev_keys{linkage, false, "use_dev_keys", Category::Miscellaneous};
// Network