Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn on quiet mode #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 22, 2022

  1. Turn on quiet mode

    ...to avoid additional output in processes picking up the `JAVA_TOOL_OPTIONS`.
    
    Without quiet mode the process will output something like line below as its first line to stdout, which can cause problems in some situations, i.e. where the output is being consumed by another process.
    
    ```
    Listening for transport dt_socket at address: 53880
    ```
    
    fixes: JetBrains#11
    big-andy-coates committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    6c79204 View commit details
    Browse the repository at this point in the history