Welcome, Guest. Please login or register.

Author Topic: Logging Startup and Userstartup-sequence  (Read 3104 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Logging Startup and Userstartup-sequence
« on: August 11, 2011, 08:00:03 AM »
You can log into the console window if you add set echo on to the beginning of startup-sequence and you can prevent the console window from closing if you remove the endcli command from the end. Or insert ask "press enter" before endcli.

The latter alone will already allow you to read error messages. Both in combination will also show you which command output the message. To stop the log flow you can press any key and continue by deleting the key you entered.