The trace file is named trace.log by default. You can specify a name for the file with the f switch.
The trace file shows you the messages sent by your application and is useful for debugging. Do not set this switch when running production applications – trace slows down execution, and the log file grows in size continuously while the application runs.
Comments:
The trace file is named trace.log by default. You can specify a name for the file with the f switch.
The trace file shows you the messages sent by your application and is useful for debugging. Do not set this switch when running production applications – trace slows down execution, and the log file grows in size continuously while the application runs.