attachme icon indicating copy to clipboard operation
attachme copied to clipboard

Turn on quiet mode

Open big-andy-coates opened this issue 2 years ago • 4 comments

...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: https://github.com/JetBrains/attachme/issues/11

big-andy-coates avatar Oct 22 '22 22:10 big-andy-coates

@jastice when you have a moment, could you take a look at this PR please?

big-andy-coates avatar Nov 03 '22 18:11 big-andy-coates

@uriariel any thoughts?

big-andy-coates avatar Nov 15 '22 21:11 big-andy-coates

@big-andy-coates I don't think its a good idea to change it to quiet=y by default, not to mention in examples.

just add it locally to your ~/.attachme/conf.sh

uriariel avatar Nov 16 '22 13:11 uriariel

Hey @uriariel,

Thanks for getting back to me.

Can I ask what you see as the downside of turning on quiet mode by default?

big-andy-coates avatar Nov 21 '22 22:11 big-andy-coates