Skip to content
brettints edited this page May 30, 2012 · 4 revisions
  1. add -no_logging option to start-server command. The wish for this was encountered during some performance testing where logging was going to STDOUT. Even better would be built in log levels that can be specifie at runtime.

  2. need a server script that execs the shock-server in the background

  3. need a message printed to log if server fails to start or if abruptly terminates

  • verify that required arguments to shock-server are present, if not print message and terminate
  • verify that ports are availaboe
  • verify that mongo is running
  • verify that data dir exists and is writable
  • tell me something useful when I try to start the server as a nonroot user cause shock-server delivers documentation on port 80 and 80 is less than 1000
  1. for non root users, should allow config of the port that is used for documentation, in fact, the server should not run as root anyways, it should run as shock therefore port 80 is out of bounds.

  2. Configuration data in log file contains too much inforamtion.

Clone this wiki locally