Add driver detail to flag. (#310)
This commit is contained in:
parent
907bf3d2f1
commit
fe49b8a23c
@ -1080,7 +1080,7 @@ var (
|
|||||||
}
|
}
|
||||||
StateDiffLogStatements = &cli.BoolFlag{
|
StateDiffLogStatements = &cli.BoolFlag{
|
||||||
Name: "statediff.db.logstatements",
|
Name: "statediff.db.logstatements",
|
||||||
Usage: "Should the statediff service log all database statements?",
|
Usage: "Should the statediff service log all database statements? (Note: pgx only)",
|
||||||
Value: false,
|
Value: false,
|
||||||
}
|
}
|
||||||
StateDiffWritingFlag = &cli.BoolFlag{
|
StateDiffWritingFlag = &cli.BoolFlag{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user