Log entries duplicated 10 times

The /var/log/asterisk/full log has every entry duplicated ten times. I’ve been searching for a solution and the only answer I can come across is that logger.conf has duplicate entries. When I check mine, nothing appears to be duplicated:

[general]
#include logger_general_additional.conf
#include logger_general_custom.conf

[logfiles]
#include logger_logfiles_additional.conf
#include logger_logfiles_custom.conf

I have asterisk v1.6.2.20 with FreePBX.

I solved the same problem commenting with “;” lines with “circular” includes in
/etc/asterisk/logger_logfiles_custom.conf
/etc/asterisk/logger_logfiles_custom.conf

lgrio,

Thanks for your help–that fixed my issue. I went through all the log config files and commented out the duplicate entries and everything is working perfectly.

Thanks again.