Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
Reorder vars same as in conf,add comment re: daemonargs in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanthorpe committed Dec 17, 2013
1 parent 8553ce9 commit 2165bd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/gaidaros
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ VERSION:
BUGS:
Should move logging setup and daemonisation into Gaidaros library so it is
possible from custom code, not just via this script.
possible from custom code, not just via this script (involves adding the opts
for it to the config file lib's too).
Should do proper logging in Gaidaros library to utilise the proper logging
setup done here.
Expand All @@ -66,7 +67,7 @@ def usage(ostream=sys.stderr):
verbose = dologging = host = port = ip_version = backlog = poll_timeout = recv_size = \
use_ssl = ssl_certfile = ssl_keyfile = ssl_cert_reqs = ssl_ca_certs = ssl_version = \
die_on_error = handler_module = handler_class = handler_class_args = handler_class_kwargs = \
handle_request = end_request = split_request = decode_request = encode_response = None
end_request = split_request = handle_request = decode_request = encode_response = None
daemonised = False
pidfile_location = "/var/run/gaidaros/gaidaros.pid"
logfile_location = "/var/log/gaidaros/gaidaros.log"
Expand Down

0 comments on commit 2165bd2

Please sign in to comment.