forked from Wavyzz/dolibarr
Add more log in install process
This commit is contained in:
@@ -833,7 +833,7 @@ class DoliDb
|
||||
{
|
||||
$sql = "create user \"".$dolibarr_main_db_user."\" with password '".$dolibarr_main_db_pass."'";
|
||||
|
||||
dolibarr_syslog("pgsql.lib::DDLCreateUser sql=".$sql);
|
||||
dolibarr_syslog("pgsql.lib::DDLCreateUser", LOG_DEBUG); // No sql to avoid password in log
|
||||
$resql=$this->query($sql);
|
||||
if (! $resql)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user