Menu

How to switch off logging info in 2.06 beta ?

Help
2002-11-29
2002-11-30
  • Bernd Schuller

    Bernd Schuller - 2002-11-29

    Hi,
    is it possible to switch off Jin's debugging (?) output like "Datagram (mumble, mumble)" This seems to make the program rather slow...
    Thanks.
    Bernd

     
    • Alexander Maryanovsky

      Simply redirect the output to /dev/null. For example:
      bash$ java -jar jin.jar > /dev/null
      Or, alternatively, to some file, so that if there are problems, you can email me the log...

       

Log in to post a comment.