mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
SYNC: imrpoved logging of DB analyser
This commit is contained in:
committed by
Diflow
parent
da1efe880d
commit
9886c58681
@@ -376,6 +376,7 @@ class Analyser extends DatabaseAnalyser {
|
||||
|
||||
this.logger.debug(
|
||||
{
|
||||
...this.getLogDbInfo(),
|
||||
tables: res.tables?.length,
|
||||
columns: _.sum(res.tables?.map(x => x.columns?.length)),
|
||||
primaryKeys: res.tables?.filter(x => x.primaryKey)?.length,
|
||||
|
||||
Reference in New Issue
Block a user