From 91d7235ab28222b57394806399b2071dfaa0129b Mon Sep 17 00:00:00 2001 From: Gilles Dubois Date: Wed, 8 Jan 2020 11:06:15 +0100 Subject: [PATCH] Set debug mode by default for dev tag --- dev/conf/ocsinventory-server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/conf/ocsinventory-server.conf b/dev/conf/ocsinventory-server.conf index dd562fa..f6de844 100644 --- a/dev/conf/ocsinventory-server.conf +++ b/dev/conf/ocsinventory-server.conf @@ -74,7 +74,7 @@ # If you need to specify a mysql socket that the client's built-in #PerlSetEnv OCS_OPT_DBI_MYSQL_SOCKET "path/to/mysql/unix/socket" # DBI verbosity - PerlSetEnv OCS_OPT_DBI_PRINT_ERROR 0 + PerlSetEnv OCS_OPT_DBI_PRINT_ERROR 1 # Unicode support PerlSetEnv OCS_OPT_UNICODE_SUPPORT 1