This commit is contained in:
Maide 2024-03-01 23:14:35 +13:00 committed by GitHub
commit 8d24385336
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 42 additions and 7 deletions

View file

@ -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