You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/how-to-guides/ui-extensions/debug-logs.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
id: debug-logs
3
-
title: Use logs to debug your extension
4
-
description: Use logs to debug your extension during development.
3
+
title: Use logs to debug your extension point
4
+
description: Use logs to debug your extension point.
5
5
keywords:
6
6
- grafana
7
7
- plugins
@@ -10,14 +10,15 @@ keywords:
10
10
- ui-extensions
11
11
- debug
12
12
- logs
13
+
- troubleshooting
13
14
sidebar_position: 90
14
15
---
15
16
16
17
:::info
17
-
This feature is only available when running Grafana in development mode.
18
+
This feature is only available when running Grafana in [development mode](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#app_mode).
18
19
:::
19
20
20
-
If you're developing an extension (either for Grafana or for a plugin), the Extensions log view is an admin page that displays all the logs collected by Grafana while developing UI extensions.
21
+
The Extensions log view is an admin page that displays all the logs collected by Grafana while you're developing your extension point.
21
22
22
23
To access it, go to **Grafana > Administration > Plugins and data > Extensions** while working in development mode to see the logs of all the tabs active in your browser. This way you can easily open the extensions log view in one browser or tab and debug your extensions in another tab.
0 commit comments