Specify the path to the logfile, and you're given a sorted list of the slow queries, along with how many times they're found in the log.
指定日志文件的路径,就可以看到一个慢速查询的排序后的列表,并且还显示了它们在日志文件中出现的次数。
Next, create a variable called logfile and put in a path to a file (it doesn't need to exist yet) where you'll actually store log file messages.
接下来,创建一个logfile变量,并在文件中添加一个实际存储日志文件消息的路径(该文件不需要实际存在)。
If you want to enable logging, you can opt for the standard Linux log files by including a useSyslog line, or you can use a specific file of your own by including LogFile=/the/full/path/to/your/file.
如果希望启用日志记录,可以通过包含useSyslog 行使用标准的Linux日志文件,也可以通过包含 LogFile=/the/full/path/to/your/file使用自己的文件。
If you want to enable logging, you can opt for the standard Linux log files by including a useSyslog line, or you can use a specific file of your own by including LogFile=/the/full/path/to/your/file.
如果希望启用日志记录,可以通过包含useSyslog 行使用标准的Linux日志文件,也可以通过包含 LogFile=/the/full/path/to/your/file使用自己的文件。
应用推荐