11
a5300
5y

sure, let's make a release just for System.out.println because we don't know about loggers

Comments
  • 4
    They forgot a space after "HttpException"... 🙄
  • 0
    Haha. I do it too. When there's no other way to debug the app having an error in prod which can't be reproduced in other envs.
  • 0
    So as an ultimate option you can redirect the output of System.out.println() to a log-database...
  • 0
    I put a function for logging that doesn't print to console when In production unless I change config file,I know it's bad to make it read from file Everytime but it's a simple json file so I ignore lol
Add Comment