You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by David Blevins <da...@visi.com> on 2007/08/18 03:28:54 UTC

Hsql log messages

When we startup, the hsql server service is outputting it's log data  
to system.out.  Anyone know if this can be changed

It's ruining our pretty startup screen :)

<startup-text>
[init] OpenEJB Remote Server
[Server@93cf53]: [Thread[main,5,main]]: checkRunning(false) entered
[Server@93cf53]: [Thread[main,5,main]]: checkRunning(false) exited
   ** Starting Services **
   NAME                 IP              PORT
   httpejbd             0.0.0.0         4204
   telnet               0.0.0.0         4202
   ejbd                 0.0.0.0         4201
[Server@93cf53]: Initiating startup sequence...
[Server@93cf53]: Server socket opened successfully in 2 ms.
[Server@93cf53]: [Thread[HSQLDB Server @93cf53,5,main]]: run()/ 
openDatabases():
[Server@93cf53]: Initiating shutdown sequence...
[Server@93cf53]: Shutdown sequence completed in 15 ms.
[Server@93cf53]: 2007-08-17 18:26:37.534 SHUTDOWN : System.exit() was  
not called
   hsql                 0.0.0.0         9001
   admin thread         0.0.0.0         4200
-------
Ready!
</startup-text>


-David