Hi guys,
I’m really a novice at java and linux so apologies if this is not really a wowza related issue.
I have been playing around with log4j.properties and I think I have a rough idea of what is going on. Throughout my code I have used the following:
getLogger().info("some useful info");
I don’t understand why sometimes the message appears in the different log files (stats, access and error).
Also, am I right in thinking that I need to restart the server in order for changes to log4j.properties to take effect?