Huge flashphoner.log files

djuka

Member
I have a problem with flashphoner.log files in the server logs folder.
Files are huge and mostly populated with debug entries.
How to disable DEBUG logs in flashphoner.log files and have only INFO, WARN, or ERROR?
 

Max

Administrator
Staff member
Good day.
Please check if client debug logs enabled and disable it:
Code:
client_log_level=INFO
In production we also recommend to disable client logs at all in flashphoner.properties file
Code:
enable_extended_logging=false
and reduce server logs to warnings only in log4j.properties file
Code:
log4j.rootLogger=warn, stdout, fAppender
If this does not help, please provide your log4j.properties file using this form, we will check
 
Top