.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH ordinaryd 1 "ordinaryd 0.7.0"
.SH NAME
ordinaryd \- Ordinary Server
.SH SYNOPSIS
\fBordinaryd\fR [\fB\-\-data\-dir\fR] [\fB\-\-stored\-logs\fR] [\fB\-\-stdio\-logs\fR] [\fB\-\-stdio\-logs\-fmt\fR] [\fB\-\-journald\-logs\fR] [\fB\-\-log\-level\fR] [\fB\-\-log\-sizes\fR] [\fB\-\-stdio\-logs\-timing\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fIsubcommands\fR>
.SH DESCRIPTION
Ordinary Server
.SH OPTIONS
.TP
\fB\-\-data\-dir\fR \fI<DATA_DIR>\fR [default: ~/.ordinary]
specify the data directory
.TP
\fB\-\-stored\-logs\fR
persists JSON formatted log lines to <data\-dir>/logs/<domain>/
.TP
\fB\-\-stdio\-logs\fR
logs events to stdio
.TP
\fB\-\-stdio\-logs\-fmt\fR \fI<STDIO_LOGS_FMT>\fR [default: json]
how to format stdio logs
.br
.br
\fIPossible values:\fR
.RS 14
.IP \(bu 2
concise
.IP \(bu 2
pretty
.IP \(bu 2
json
.RE
.TP
\fB\-\-journald\-logs\fR
logs events to `journald` (only works on Linux distros that use `systemd`)
.TP
\fB\-\-log\-level\fR \fI<LOG_LEVEL>\fR [default: info]
base log level for every component
.br
.br
\fIPossible values:\fR
.RS 14
.IP \(bu 2
error
.IP \(bu 2
warn
.IP \(bu 2
info
.IP \(bu 2
debug
.IP \(bu 2
trace
.RE
.TP
\fB\-\-log\-sizes\fR
whether storage and certain payload sizes are logged
.TP
\fB\-\-stdio\-logs\-timing\fR
whether span timing is logged
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version
.SH SUBCOMMANDS
.TP
ordinaryd\-init(1)
initialize the environment for an Ordinary API server
.TP
ordinaryd\-api(1)
start the Ordinary API server
.TP
ordinaryd\-app(1)
start an Ordinary Application server
.SH VERSION
v0.7.0