Difference between revisions of "Finding Log Files"
Rand Linden (talk | contribs) |
Rand Linden (talk | contribs) |
||
Line 10: | Line 10: | ||
==Log Files== | ==Log Files== | ||
The | The Viewer creates the following list of log files in the logs folder where user data is stored. These are used for normal application logging, crash reporting, and so on. | ||
=== SecondLife.log === | === SecondLife.log === | ||
Store for status and debugging output from the | Store for status and debugging output from the Viewer. This file continues to grow while Second Life is active and tends to become large. If too large it is trimmed by the crash logging application. | ||
=== SecondLife.old === | === SecondLife.old === | ||
Upon initialization of logging for a | Upon initialization of logging for a Viewer session, the Viewer renames the existing SecondLife.log to SecondLife.old. SecondLife.old is used when the Viewer reports a freeze in the previous execution. | ||
=== debug_info.log === | === debug_info.log === | ||
This log is initialized after freeze reporting to contain information about the | This log is initialized after freeze reporting to contain information about the Viewer's state. When a crash is handled, additional information is added to this file about the state of the Viewer at the time of the crash. This log is the main source of non-crash stack data for viewer crash reporting. | ||
=== SecondLifeException.log === | === SecondLifeException.log === | ||
This file stores raw callstack information from the Viewer. Its created during crash handling. It is deleted after freeze reporting so that future freeze reporting will not include any irrelevant call stack info. | |||
[[Category:Operating system, hardware, and network]] | [[Category:Operating system, hardware, and network]] | ||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] |
Revision as of 14:33, 8 December 2011
Log File Locations
The location of log files depends on your operating system:
- Windows - In folder options, choose to show hidden files/folders.
- XP:
C:\Documents and Settings\<username>\Application Data\SecondLife\logs
- Vista and Windows 7:
C:\Users\<username>\appdata\roaming\SecondLife\logs
- XP:
- MacOSX -
/Users/<username>/Library/Application Support/SecondLife/logs
- Linux -
/home/<username>/.secondlife/logs
Log Files
The Viewer creates the following list of log files in the logs folder where user data is stored. These are used for normal application logging, crash reporting, and so on.
SecondLife.log
Store for status and debugging output from the Viewer. This file continues to grow while Second Life is active and tends to become large. If too large it is trimmed by the crash logging application.
SecondLife.old
Upon initialization of logging for a Viewer session, the Viewer renames the existing SecondLife.log to SecondLife.old. SecondLife.old is used when the Viewer reports a freeze in the previous execution.
debug_info.log
This log is initialized after freeze reporting to contain information about the Viewer's state. When a crash is handled, additional information is added to this file about the state of the Viewer at the time of the crash. This log is the main source of non-crash stack data for viewer crash reporting.
SecondLifeException.log
This file stores raw callstack information from the Viewer. Its created during crash handling. It is deleted after freeze reporting so that future freeze reporting will not include any irrelevant call stack info.