Add parameter to enable db logging, disabled by default
This commit is contained in:
parent
26da438efe
commit
2c6b61b7e6
5 changed files with 23 additions and 8 deletions
|
@ -45,6 +45,10 @@ namespace Geekbot.net.Lib
|
|||
|
||||
[Option("db-password", Default = "", HelpText = "Set a posgresql password")]
|
||||
public string DbPassword { get; set; }
|
||||
|
||||
// Logging
|
||||
[Option("db-logging", Default = false, HelpText = "Enable database logging")]
|
||||
public bool DbLogging { get; set; }
|
||||
|
||||
/************************************
|
||||
* Redis *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue