Skip to content

Commit 4184f45

Browse files
committedAug 10, 2019
update manticore log folder
1 parent 8254c34 commit 4184f45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ services:
15311531
volumes:
15321532
- ${MANTICORE_CONFIG_PATH}:/etc/sphinxsearch
15331533
- ${DATA_PATH_HOST}/manticore/data:/var/lib/manticore/data
1534-
- ${DATA_PATH_HOST}/manticore/log:/var/lib/manticore/log
1534+
- ${DATA_PATH_HOST}/manticore/log:/var/log/manticore
15351535
ports:
15361536
- "${MANTICORE_API_PORT}:9312"
15371537
- "${MANTICORE_SPHINXQL_PORT}:9306"

‎manticore/config/sphinx.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ searchd {
1111
listen = 9312
1212
listen = 9308:http
1313
listen = 9306:mysql41
14-
log = /var/lib/manticore/log/searchd.log
14+
log = /var/log/manticore/searchd.log
1515
# you can also send query_log to /dev/stdout to be shown in docker logs
16-
query_log = /var/lib/manticore/log/query.log
16+
query_log = /var/log/manticore/query.log
1717
read_timeout = 5
1818
max_children = 30
19-
pid_file = /var/run/searchd.pid
19+
pid_file = /var/run/manticore/searchd.pid
2020
seamless_rotate = 1
2121
preopen_indexes = 1
2222
unlink_old = 1

0 commit comments

Comments
 (0)
Please sign in to comment.