google / mysql-ripple

Ripple, a server that can serve as a middleman in MySQL replication
Apache License 2.0
373 stars 46 forks source link

can't create log file using log_dir=xxx #28

Open biaoyun opened 4 years ago

biaoyun commented 4 years ago

when ripple is running,The log is only printed on the terminal, not in the file my config as follows: -ripple_datadir=/data1/ripple/ripple3391/data/ -ripple_requested_start_gtid_position=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-558559972 -ripple_master_address=... -ripple_master_port=3301 -ripple_master_user=repuser -ripple_master_password=** -ripple_purge_expire_logs_days=3 -ripple_server_address=...*** -ripple_server_ports=3391 -ripple_server_name=repuser -ripple_server_password_hash=3892277DE2B05CE64880EBA13A99A441B5E60A22 -alsologtostderr=true -log_dir=/data1/ripple/ripple3391/log ps:the log_dir has been created

any help?? thx in advance!