0

The way my program works, which is a java runtime for discord, it displays the console output from a java program. The issue is that right now, the program picks up the 'Picked up' message, then picks up nothing else. I'd like to get rid of this message. How would I do that?

pradyungn
  • 1
  • 1

1 Answers1

0

Heroku sets JAVA_TOOL_OPTIONS for you dyno. You can read about it here

It seems you can't really remove the message. Here is a question with more information about that.

But the message is sent to stderr. Maybe ignore that?

roeland
  • 6,058
  • 7
  • 50
  • 67