You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/10/14 05:27:46 UTC

[airavata] 02/04: Enabling debug logs on for pga

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit f581b61d44eb9a848b866456acd63f29e2bbfc8e
Author: DImuthuUpe <di...@gmail.com>
AuthorDate: Wed Oct 14 05:17:56 2020 -0400

    Enabling debug logs on for pga
---
 .../src/main/resources/pga/airavata-php-gateway/app/config/app.php      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ide-integration/src/main/resources/pga/airavata-php-gateway/app/config/app.php b/modules/ide-integration/src/main/resources/pga/airavata-php-gateway/app/config/app.php
index f13aa23..14d95de 100755
--- a/modules/ide-integration/src/main/resources/pga/airavata-php-gateway/app/config/app.php
+++ b/modules/ide-integration/src/main/resources/pga/airavata-php-gateway/app/config/app.php
@@ -13,7 +13,7 @@ return array(
     |
     */
 
-    'debug' => false,
+    'debug' => true,
 
     /*
     |--------------------------------------------------------------------------