diff --git a/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx b/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx index 2923d990..6244c63d 100644 --- a/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx +++ b/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx @@ -1,5 +1,5 @@ --- -title: Outputting Logs for Development and Debugging +title: Outputting Logs for Plugins Development and Debugging --- As a plugin developer, you may want to print arbitrary strings to logs during plugin processing for development or debugging purposes. diff --git a/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx b/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx index 3e1c562a..d0a2e38e 100644 --- a/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx +++ b/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx @@ -1,5 +1,5 @@ --- -title: 为开发和调试输出日志 +title: 输出开发和调试插件过程中的日志 --- 作为插件开发者,你可能希望在插件处理过程中,为了开发或调试目的,将任意字符串输出到日志中。