Application.Client: Ensure DB log messages show up in the inspector
Stop suppressing the db's logging domain by default for the moment.
This commit is contained in:
parent
dcad419b03
commit
2983990eca
1 changed files with 0 additions and 2 deletions
|
|
@ -1036,8 +1036,6 @@ public class Application.Client : Gtk.Application {
|
|||
}
|
||||
if (options.contains(OPTION_LOG_SQL)) {
|
||||
Geary.Db.Context.enable_sql_logging = true;
|
||||
} else {
|
||||
Geary.Logging.suppress_domain(Geary.Db.Context.LOGGING_DOMAIN);
|
||||
}
|
||||
|
||||
if (options.contains(OPTION_HIDDEN)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue