Server |
-i, --interface=[addr][:port]
|
Server passive socket interface. The server will
listen on this interface to accept new
incoming connection requests.
This options can be specified multiple times to define multiple listen
interfaces. For each interface instance > 1 specified, bsProxy will
fork-exec a copy of itself, servicing that interface.
DEFAULT: :9195
|
-L, --libpath=dir
|
Add library directory path to search for dynamic linked library plugins.
This option can be specified multiple times to to build a list of search
paths.
|
Logging |
-l level, --log=level
|
Set logging threshold level. All logging events
with priority ≤ level will be logged. All
others will be ignored. Error events are
always logged. The level is one of:
'off' or 0 |
Disable all logging. |
'error' or 1 |
Enable error logging. |
'diag1' or 2 |
Enable diagnostics 1 logging. |
'diag2' or 3 |
Enable diagnostics 2 logging. |
'diag3' or 4 |
Enable diagnostics 3 logging.
The libSkewlZone library logs at this level |
'diag4' or 5 |
Enable diagnostics 4 logging. |
'diag5' or 6 |
Enable diagnostics 5 logging. |
>6 |
Enable user-defined logging. |
DEFAULT: off
|
--logfile=file
|
Set log output file to file.
Special file names are:
'stderr' |
log to standard error. |
'stdout' |
log to standard output. |
DEFAULT: stderr
|
Information |
--help
|
Display command help and exit.
|
--version
|
Output version information and exit.
|