Skip to content
Snippets Groups Projects
Commit cfdfc25e authored by Konstantin Shulgin's avatar Konstantin Shulgin
Browse files

refactoring

the tarantool logger process was changed from tee to cat.
parent e69838a1
No related branches found
No related tags found
No related merge requests found
......@@ -5,15 +5,11 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
logger="tee -a tarantool.log"
work_dir = "bug726778"
snap_dir = "snapshots"
wal_dir = "xlogs"
# Use -a not -a to work correctly on FreeBSD
#
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
primary_port = 33013
secondary_port = 33014
......
......@@ -36,7 +36,7 @@ configuration:
slab_alloc_factor: "2"
work_dir: (null)
pid_file: "box.pid"
logger: "tee -a tarantool.log"
logger: "cat - >> tarantool.log"
logger_nonblock: "1"
io_collect_interval: "0"
backlog: "1024"
......
......@@ -17,9 +17,8 @@ pid_file = "box.pid"
#
# Pipe the logs into the following process.
# Use -a rather than --append to work correctly on FreeBSD
#
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
#
# Read only and read-write port.
......
......@@ -2,7 +2,7 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
#primary_port = 33013
secondary_port = 33014
......
......@@ -2,7 +2,7 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
primary_port = 33013
secondary_port = 33014
......
......@@ -2,7 +2,7 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
primary_port = 33013
secondary_port = 33014
......
......@@ -2,7 +2,7 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
primary_port = 33013
secondary_port = 33014
......
......@@ -2,7 +2,7 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
primary_port = 33013
secondary_port = 33014
......
......@@ -2,10 +2,7 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
# Use -a not -a to work correctly on FreeBSD
#
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
primary_port = 33013
secondary_port = 33014
......
......@@ -2,7 +2,7 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
primary_port = 33013
secondary_port = 33014
......
......@@ -2,10 +2,7 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
# Use -a rather than --append to work correctly on FreeBSD
#
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
primary_port = 33013
secondary_port = 33014
......
......@@ -2,7 +2,7 @@ slab_alloc_arena = 0.1
pid_file = "box.pid"
logger="tee -a tarantool.log"
logger="cat - >> tarantool.log"
primary_port = 33013
secondary_port = 33014
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment