Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server Administration » MobiLink Server

Stopping the MobiLink server Next Page

Logging MobiLink server actions


Logging the actions that the server takes is particularly useful during the development process and when troubleshooting. Verbose output is not recommended for normal operation of a production environment because it can slow performance.

Logging output to a file

Logging output is sent to the MobiLink console. In addition, you can send the output to a log file using the -o option. The following command sends output to a log file named mlsrv.log.

mlsrv10 -o mlsrv.log -c ...

You can control the size of log files, and specify what you want done when a file reaches its maximum size.

See:

Controlling the amount of logging output

You can control what information is logged to the message log file and displayed in the MobiLink server window using the -v option. See -v option.

Controlling which warning messages are reported

You can also control which warning messages are reported.

For more information, see:


Viewing MobiLink server logs