{endcode}
 
 In this example, 29509 is the pid of the GAHP server, GRAM_JOB_SIGNAL is the type of command being issued, 10632 is a unique id for the command, and the rest of the line is arguments for the command. To learn more about the GAHP protocol, see http://http://www.cs.wisc.edu/condor/gahp
+
+The stderr of the GAHP server is also logged:
+{code}
+09/21/11 15:26:28 [4205] GAHP[4209] (stderr) -> 2011-09-21 15:26:28,909 INFO - CreamProxy_Delegate::execute() - Signing returned proxy with our proxy certificate [/tmp/x509up_u17063]...
+{endcode}
+
+The gridmanager logs when it observes the job's status as reported by the remote system change:
+{code}
+11/09/11 00:03:25 [16311] (717.0) globus state change: ACTIVE -> STAGE_OUT
+{endcode}
+{code}
+11/09/11 00:17:39 [16741] (718.0) cream state change: IDLE -> REALLY-RUNNING
+{endcode}
+
+The gridmanager's connections to its schedd are also logged. This includes every job attribute it modifies.
+{code}
+11/03/11 16:44:47 [29399] in doContactSchedd()
+11/03/11 16:44:47 [29399] Updating classad values for 714.933:
+11/03/11 16:44:47 [29399]    GlobusStatus = 64
+11/03/11 16:44:47 [29399]    GridJobStatus = "STAGE_IN"
+11/03/11 16:44:47 [29399]    LastRemoteStatusUpdate = 1320356686
+11/03/11 16:44:47 [29399]    NumGlobusSubmits = 1
+11/03/11 16:44:47 [29399] leaving doContactSchedd()
+{endcode}