From 7c6afb4d26060fc71864259a26937c4b4ebf5c46 Mon Sep 17 00:00:00 2001 From: Ha Pham Date: Thu, 24 Oct 2024 07:35:06 +0700 Subject: [PATCH 1/3] Update log_error.md to include using ShowDebugOverlay to view logs --- docs/config/lua/wezterm/log_error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/lua/wezterm/log_error.md b/docs/config/lua/wezterm/log_error.md index 6e4180de413..47bd6f6a8ac 100644 --- a/docs/config/lua/wezterm/log_error.md +++ b/docs/config/lua/wezterm/log_error.md @@ -9,7 +9,7 @@ tags: # `wezterm.log_error(arg, ..)` This function logs the provided message string through wezterm's logging layer -at 'ERROR' level. If you started wezterm from a terminal that text will print +at 'ERROR' level, which can be displayed via [ShowDebugOverlay](../keyassignment/ShowDebugOverlay.md) action. If you started wezterm from a terminal that text will print to the stdout of that terminal. If running as a daemon for the multiplexer server then it will be logged to the daemon output path. From a17900942073658fe421c4186b9f4b87ebf15640 Mon Sep 17 00:00:00 2001 From: Ha Pham Date: Thu, 24 Oct 2024 07:39:04 +0700 Subject: [PATCH 2/3] Update log_info.md to include using ShowDebugOverlay to view logs --- docs/config/lua/wezterm/log_info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/lua/wezterm/log_info.md b/docs/config/lua/wezterm/log_info.md index 7c5edd35ea1..2fac30edbfe 100644 --- a/docs/config/lua/wezterm/log_info.md +++ b/docs/config/lua/wezterm/log_info.md @@ -10,7 +10,7 @@ tags: {{since('20210314-114017-04b7cedd')}} This function logs the provided message string through wezterm's logging layer -at 'INFO' level. If you started wezterm from a terminal that text will print +at 'INFO' level, which can be displayed via [ShowDebugOverlay](../keyassignment/ShowDebugOverlay.md) action. If you started wezterm from a terminal that text will print to the stdout of that terminal. If running as a daemon for the multiplexer server then it will be logged to the daemon output path. From 627dd1773afe0df8a17c3b5065d8b39e258e6241 Mon Sep 17 00:00:00 2001 From: Ha Pham Date: Thu, 24 Oct 2024 07:39:26 +0700 Subject: [PATCH 3/3] Update log_warn.md to include using ShowDebugOverlay to view logs --- docs/config/lua/wezterm/log_warn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/lua/wezterm/log_warn.md b/docs/config/lua/wezterm/log_warn.md index e890fa23b16..5055c3ede28 100644 --- a/docs/config/lua/wezterm/log_warn.md +++ b/docs/config/lua/wezterm/log_warn.md @@ -10,7 +10,7 @@ tags: {{since('20210314-114017-04b7cedd')}} This function logs the provided message string through wezterm's logging layer -at 'WARN' level. If you started wezterm from a terminal that text will print +at 'WARN' level, which can be displayed via [ShowDebugOverlay](../keyassignment/ShowDebugOverlay.md) action. If you started wezterm from a terminal that text will print to the stdout of that terminal. If running as a daemon for the multiplexer server then it will be logged to the daemon output path.