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.  Node Log Files

    Employee
    Posted 08-16-2010 13:08

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

    Originally posted by: stonysmith

    Using Desktop version 4.1.7:

    In python I have the command self.logInfo("message")

    But, there's no .LOG file for the node after I run it.

    I have ls.brain.node.loglevel=3, but I've also tried =1
    Neither worked.

    How do I turn on logging?


  • 2.  RE: Node Log Files

    Employee
    Posted 08-17-2010 06:02

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

    Originally posted by: rboccuzzi

    Info is a level 0 message; it should work, I just verified it for me.

    Cheers
    Rich


  • 3.  RE: Node Log Files

    Employee
    Posted 08-17-2010 07:24

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

    Originally posted by: stonysmith

    I found the problem.. the Win7 Upgrade from XP left the location of the Default Editor in "C:\Program Files" folder rather than moving it to "C:\Program Files (x86)", so the editor wasn't launching, and there was no error message.


    I've verified that the log files ARE being written to %TEMP%\brain\[graph]\[run]\temp.[hostname].[stuff].log

    Can this log directory location be over-ridden back to C:\BrainScratch?


  • 4.  RE: Node Log Files

    Employee
    Posted 08-17-2010 12:25

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

    Originally posted by: rboccuzzi

    You would need to change the ls.brain.logtempdir property in the server config files...

    Cheers
    Rich


  • 5.  RE: Node Log Files

    Employee
    Posted 08-17-2010 13:15

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

    Originally posted by: stonysmith

    Thanks.. that worked.

    ls.brain.logtempdir wasn't in the config file, but I added it.