LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Verbose logging

    Employee
    Posted 08-10-2010 12:11

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dwong80

    Is there any way to increase logging verbosity when the following process is executed?


    ${p_ls_home}/bin/brainController.py -u brain -p brain -s ${brxdir}${graph}.brs ${brxdir}${graph}.brx

    Some error messages that appear don't show fully.


  • 2.  RE: Verbose logging

    Employee
    Posted 08-10-2010 13:18

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: timonk

    Good Day,

    Try adding the following to the brainController.py call:

    �-P ls.brain.controller.debug=yes�

    There is a simple -V verbose flag option but there may have been an issue with it working properly in 3.x

    Regards
    Timon Koufopoulos
    MDA Support.


  • 3.  RE: Verbose logging

    Employee
    Posted 08-10-2010 13:25

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dwong80

    Works nicely! Thanks so much.