Lesson 1: Changing the logging level and packaging the service

In this lesson, set the log level to simplify debugging the service after it is deployed, then you package the service.

Service logging messages are sent to the runtime container log file. For Unwired Orchestrator and EAServer, this is the Jaguar.log file in the %WORKSPACE_DIR%\DevRuntimes\EAServer\bin directory.

  1. Select Window|Open Perspective|Service Development from the main menu bar.

  2. In the WorkSpace Navigator, expand the MySybStore_Tutorial/Services/Message folder.

  3. Double-click MySalesEmailSend.svcpkgdef to open the file in the package profile editor.

  4. To change the logging level, select the Runtime Container Configuration tab at the bottom of the editor.

  5. Select FINER in the Log Level list.

  6. Click File|Save on the WorkSpace main menu to save the change.

  7. In the WorkSpace Navigator, expand the MySybStore_Tutorial/Services/Message, right-click MySalesEmailSend.svcpkgdef, and select Build Package from the context menu.

  8. You see the progress of the build in the Console view. When a message states that the package was built successfully, click OK.

  9. Click File|Save on the WorkSpace main menu to save the package profile.

  10. Select File|Close All on the WorkSpace main menu to close the editor and any other open views.