From 1f9a58308d24cf71e281fca85ffdb12888686f59 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Wed, 15 Sep 2021 12:23:53 +0200 Subject: [PATCH] Clarify what is available in internal mode vs. standard mode. (#550) --- topics/basics/ide_infrastructure.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/topics/basics/ide_infrastructure.md b/topics/basics/ide_infrastructure.md index 96ce8d2ac..7187f0963 100644 --- a/topics/basics/ide_infrastructure.md +++ b/topics/basics/ide_infrastructure.md @@ -66,7 +66,8 @@ If logging is used only to report exceptions, use convenience method `thisLogger By default, all messages with level `INFO` and higher are written to log output file idea.log. To enable `DEBUG`/`TRACE` logging for specific categories, use Help | Diagnostic Tools | Debug Log Settings. -When [internal mode](enabling_internal.md) is enabled, the currently running IDE log file can be opened using Help | Open Log in Editor or located in filesystem via Help | Show Log in Finder/Explorer action. +To locate the log file, choose the Help | Show Log in Finder/Explorer action. +When [internal mode](enabling_internal.md) is enabled, the currently running IDE log file can be opened using Help | Open Log in Editor. To locate it for a specific installation, see this [Knowledge Base article](https://intellij-support.jetbrains.com/hc/en-us/articles/206544519). See [Development Instance Sandbox Directory](ide_development_instance.md#the-development-instance-sandbox-directory) on how to find it for development instances. @@ -81,4 +82,4 @@ NOTE: to restrict compatibility, declare [IDEs](plugin_compatibility.md) and [ve To obtain information about OS and Java VM, use [`SystemInfo`](upsource:///platform/util/src/com/intellij/openapi/util/SystemInfo.java). -To access relevant configuration directories, see [`PathManager`](upsource:///platform/util/src/com/intellij/openapi/application/PathManager.java). \ No newline at end of file +To access relevant configuration directories, see [`PathManager`](upsource:///platform/util/src/com/intellij/openapi/application/PathManager.java).