From bef126346e2bcc043e1beaf5b7e2ba5ef1dcd865 Mon Sep 17 00:00:00 2001 From: Anchor Date: Sun, 14 Dec 2014 23:38:37 -0800 Subject: [PATCH] Edit grammar in summary of 12.1.md --- en/12.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/12.1.md b/en/12.1.md index bd5e3143..93db9b7d 100644 --- a/en/12.1.md +++ b/en/12.1.md @@ -171,7 +171,7 @@ This way, we can easily find the appropriate information in our application log, ## Summary -On the face of seelog system and how it can be customized based on the learning log system, and now we can easily construct a suitable demand powerful log processing the system. Data analysis log processing system provides a reliable data source, such as through the log analysis, we can further optimize the system, or application problems arise easy to find location problem, another seelog also provides a log grading function, through the configuration for min-level, we can easily set the output test or release message level. +In this section, we've learned the basics of `seelog` and how to build a custom logging system with it. We saw that we can easily configure `seelog` into as powerful a log processing system as we need, using it to supply us with reliable sources of data for analysis. Through log analysis, we can optimize our system and easily locate the sources of problems when they arise. In addition, `seelog` ships with various default log levels. We can use the `minlevel` configuration in conjunction with a log level to easily set up tests or send automated notification messages. ## Links