Hello
When you deploy code to server (Timer), What happens to System.out.println() statements? Where does the output go and is it okay to leave them
Thank you
Adam
Hello
When you deploy code to server (Timer), What happens to System.out.println() statements? Where does the output go and is it okay to leave them
Thank you
Adam
hello @Deress_Asghedom,
System.out.println()
will not be available for you. To see the logs you should use logger API