Skip to content

Commit

Permalink
Update project-manipulation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloparavisi committed Nov 22, 2017
1 parent f15d117 commit 34f6220
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/source/gams-madara/project-manipulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,25 @@ To create plataforms in your projects, you should run the following command:
$GAMS_ROOT/scripts/projects/gpc.pl --new-platform my_platform --path $PROJECT_HOME/tutorial1
DEBUG LOG
---------

You can define the log level that will be printed into gams terminal by configuring the file ``sim/run.pl``:

.. code-block:: bash
$madara_debug = 1;
$gams_debug = 3;
You can define the following values to log level:

LOG_EMERGENCY = 0,
LOG_ALWAYS = 0,
LOG_ERROR = 1,
LOG_WARNING = 2,
LOG_MAJOR = 3,
LOG_MINOR = 4,
LOG_TRACE = 5,
LOG_DETAILED = 6,
LOG_MAX = 6


0 comments on commit 34f6220

Please sign in to comment.