Add option to log synchronously, add tooltip to log filter.
This commit is contained in:
parent
05e3db3ac9
commit
cc45cc3163
5 changed files with 42 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue