Difference between revisions of "What are the std*.txt files for?"

From BOINC Wiki
Jump to: navigation, search
(adding table)
(adding font and some bolding)
Line 1: Line 1:
 +
<div style=" line-height: 1.1rem; font-family: verdana;">
 
BOINC logs as much as it can about what it is doing. It will save the messages from the Messages tab/Event Log to disk, will try to capture any crash information about itself and applications in stack traces.  
 
BOINC logs as much as it can about what it is doing. It will save the messages from the Messages tab/Event Log to disk, will try to capture any crash information about itself and applications in stack traces.  
  
 
It does that in the stdoutdae.txt, stderrdae.txt, stdoutgui.txt and stderrgui.txt files.  
 
It does that in the stdoutdae.txt, stderrdae.txt, stdoutgui.txt and stderrgui.txt files.  
  
*std stands for Standard (Or Save to Disk ;-)).  
+
*'''std''' stands for Standard (Or Save to Disk ;-)).  
 
+
*'''out''' means Output.
*out means Output.
+
*'''err''' means Error.
 
+
*'''gui''' means Graphical User Interface. This is BOINC Manager.  
*err means Error.
+
*'''scr''' means  Screen Saver.
 
+
*'''tray''' means  BOINCTray (idle detection program).
*gui means Graphical User Interface. This is BOINC Manager.  
+
*'''gfx''' mean  Graphics (as opposed to screen saver).
 
+
*'''dae''' means daemon. This is BOINC, the core client.
*scr means  Screen Saver.
 
 
 
*tray means  BOINCTray (idle detection program).
 
 
 
*gfx mean  Graphics (as opposed to screen saver).
 
 
 
*dae means daemon. This is BOINC, the core client.
 
  
 
With these you can now easily see which files are for what.  
 
With these you can now easily see which files are for what.  

Revision as of 14:30, 2 September 2016

BOINC logs as much as it can about what it is doing. It will save the messages from the Messages tab/Event Log to disk, will try to capture any crash information about itself and applications in stack traces.

It does that in the stdoutdae.txt, stderrdae.txt, stdoutgui.txt and stderrgui.txt files.

  • std stands for Standard (Or Save to Disk ;-)).
  • out means Output.
  • err means Error.
  • gui means Graphical User Interface. This is BOINC Manager.
  • scr means Screen Saver.
  • tray means BOINCTray (idle detection program).
  • gfx mean Graphics (as opposed to screen saver).
  • dae means daemon. This is BOINC, the core client.

With these you can now easily see which files are for what. The TXT extension is used so it can easily be opened up in any text editor, while at the same time it won't be confused by any operating system as anything else than a text file.


Original writer Original FAQ Date
Jorden 485 07-03-2009