简体   繁体   中英

Log4j appenders for logging into S3

I would like to save the logs while creating, updating, terminating an Ec2 instance into an external storage like S3. if it is possible what is the protocol? In the case of Auto_Scaling how we can track the instances? how to find which machine is created, in which region and all? can we use synchronized / Asynchronized Log4j Appenders for this?

Thanks in advance..

Did you try this? S3Appender is a log4net appender that stores log events in either a MemoryStream or FileStream and sends them to S3 based on time intervals and size thresholds. http://s3appender.codeplex.com/

我已经找到了这个S3Appender项目 ,但是还没有机会尝试它。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM