Merge cc45cc3163
into 15e6e48bef
This commit is contained in:
commit
8d24385336
5 changed files with 42 additions and 7 deletions
|
@ -602,6 +602,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