Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
There are logs for the server - on a desktop install, you will find in your Lavastorm tmp direcory under <tmpDir>/log/server/server.<port>.log.
On a desktop install, the tmp directory defaults to c:\brainscratch, and the port defaults to 7721.
Regarding node logs - yes, each node will generate it's own node log.
These will persist until the status of the node is cleared.
You can find the location of the node log by going into the node editor and looking at the Status tab.
In the "Log Files" section of the status tab, the file will be referenced as the "Error Log File".
Note - these log files are only maintained for concrete instance nodes, not for a composite node.
If a node has completed execution, and you go to the Status tab and do not see any log files referenced, it is likely the node you are looking at is a composite node.
In order to find the logs for the individual nodes that are part of the composite node you will need to drill into the composite node.
If the composite node has it's DefaultAction parameter set to Edit, and is appearing as a single node, you can drill into the composite node using Right click->Open.
Also note that so long as you don't clear the status of the nodes, you can choose File->Export BRS for a graph.
This will export the graph run status - which includes the information about all of the node's execution states, and links to the log files for all nodes which have run.
This will not contain the actual node logs themselves, so you still need to make sure that you don't clear the node status if you want to see the logs later on.
However, assuming you don't clear the status you can then open the graph later and choose File->Import BRS to load up the previously saved status - then you will have the ability to view the node logs again in BRE.
Final note: The best way to view these logs is probably through the Log Viewer, using CTRL + Shift + Right click, or via right clicking on the node, and selecting "View Error Log".
This provides more information than the CTRL + Right click (text only) view of the log, and also provides options to filter out log entries that you are not interested in, or filter by log level, timestamp, etc.
However, both the text-only view (via CTRL + Right click) and the Log Viewer view (via CTRL + Shift + Right click) of the logs are simply different ways of rendering the underlying log file.
The log file itself is stored in an XML format - which - if you don't use either of these options is not quite as easy to understand.
Regards,
Tim.