Remove noise on logout
This commit is contained in:
parent
57d09c08d4
commit
5be1b07c71
1 changed files with 2 additions and 4 deletions
|
@ -97,10 +97,8 @@ class MLIDbStorage {
|
|||
wasMLSearchEnabled = searchConfig.enabled;
|
||||
}
|
||||
} catch (e) {
|
||||
log.info(
|
||||
"Ignoring likely harmless error while trying to determine ML search status during migration",
|
||||
e,
|
||||
);
|
||||
// The configs store might not exist (e.g. during logout).
|
||||
// Ignore.
|
||||
}
|
||||
log.info(
|
||||
`Previous ML database v${oldVersion} had ML search ${wasMLSearchEnabled ? "enabled" : "disabled"}`,
|
||||
|
|
Loading…
Add table
Reference in a new issue