Skip to content

Cut the log file to resolve the issue time-loss logs;Solve the single point of failure;Solve the problem of historical log collection

Notifications You must be signed in to change notification settings

brucewoo/Scribe_Python_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

1.This python client solve the following problem:
(1)Solve the single point of failure
(2)when splitting log file, may cause log data missing
(3)Collection of historical log
(4)After restarting the client can continue to collect logs, and from the beginning rather than the collection of
(5)E-mail notification if a scribe server hang

2.config file 
dir=/home/brucewoo/python/test/test.log //Tracking log files
server=mail.*****.com //E-mail server
user=wuyouqiang@*******.com
password=******
sendmail=wuyouqiang@*******.com
<toemaillist> //E-mail notification list
email=wuyouqiang@*******.com
email=*****@*******.com
email=*****@*******.com
</toemaillist>
<host_port>   //scribe server list,
host_port=10.28.0.***:1463 //IP:Port
host_port=10.28.1.***:1463
host_port=10.28.1.***:1463
</host_port>

About

Cut the log file to resolve the issue time-loss logs;Solve the single point of failure;Solve the problem of historical log collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages