Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James Coyle
cockroach-deploy
Commits
273bc9cb
Commit
273bc9cb
authored
Jul 17, 2017
by
tomogoma
Browse files
Log ERROR level to stderr by default
parent
aeb1baf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockroach.service
View file @
273bc9cb
...
@@ -5,7 +5,7 @@ Description=Cockroach db auto starter
...
@@ -5,7 +5,7 @@ Description=Cockroach db auto starter
WantedBy
=
multi-user.target
WantedBy
=
multi-user.target
[Service]
[Service]
ExecStart
=
/usr/local/bin/cockroach start --certs-dir=/etc/cockroachdb/certs --store=/var/data/cockroachdb/ --port=26257 --http-port=7005 --logtostderr=
true
ExecStart
=
/usr/local/bin/cockroach start --certs-dir=/etc/cockroachdb/certs --store=/var/data/cockroachdb/ --port=26257 --http-port=7005 --logtostderr=
ERROR
ExecStop
=
/usr/local/bin/cockroach quit --certs-dir=/etc/cockroachdb/certs
ExecStop
=
/usr/local/bin/cockroach quit --certs-dir=/etc/cockroachdb/certs
SyslogIdentifier
=
cockroachdb
SyslogIdentifier
=
cockroachdb
Restart
=
always
Restart
=
always
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment