Skip to content

Commit

Permalink
Merge pull request #1670 from genesiscommunitysuccess/log-level-point…
Browse files Browse the repository at this point in the history
…er-for-changing-logs

Add log level pointer in the log changing section
  • Loading branch information
wjhendry authored May 9, 2024
2 parents de6d3ca + dec2b90 commit 7ef7d1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/03_server/12_tooling/02_intellij-plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ Click on the funnel, to see the options available (below). From there, select **

![Log Filter](/img/intellij-plugin/process-log-filter.png)

The default log level for a process is defined by the `loggingLevel` tag in your application's [**processes.xml** file](../../../server/configuring-runtime/processes/#tags). You can dynamically change this [using the terminal to run the LogLevel script] (#using-the-terminal).

#### Starting processes

Processes can be started using the **Start All Genesis Services** button mentioned [above](#starting-the-front-and-back-ends).
Expand Down Expand Up @@ -416,7 +418,7 @@ However, regardless of this setting, the resource daemon will be started wheneve

## Keeping your local Genesis Home in sync

Every Genesis application, whether deployed to a server, or running locally, needs a **home** folder. This folder is the installation location; it includes all dependencies and configuration needed to run the application.
Every Genesis application, whether deployed to a server or running locally, needs a **home** folder. This folder is the installation location; it includes all dependencies and configuration needed to run the application.

There are two ways that this is managed from within the plugin:

Expand Down Expand Up @@ -445,7 +447,7 @@ The benefits of the Gradle mode over the Deploy mode are:
### Deploy mode

:::important
Deployed mode is still supported, but we recommens that you [migrate](/operations/project-structure/settings-plugin/) your project to Gradle mode. This will greatly simplify the user experience in the plugin.
Deployed mode is still supported, but we recommend that you [migrate](/operations/project-structure/settings-plugin/) your project to Gradle mode. This will greatly simplify the user experience in the plugin.

:::

Expand Down

0 comments on commit 7ef7d1d

Please sign in to comment.