Is there any way that I can make the error log persistent across restarts. Oftentimes the most important information about what page caused it to hang or sleep is lost and one has to wade through the log files to track it. TIA AM -- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
AM wrote at 2003-3-17 08:40 -0800:
Is there any way that I can make the error log persistent across restarts.
You tell "error_log" is should copy the messages to the "event log". Then, you find them persistently in the log file (see "doc/LOGGING.txt", for details). Dieter
participants (2)
-
AM -
Dieter Maurer