Log to file has mismatched parameter: parameter , so using largest value (value ) to continue
Both information and error log streams are configured to log to the same file, but have different parameters specified for the file properties.
This message is written to the error stream. The file handler will start using the larger of the two values.
The reason gives more information about the mismatched parameters. Correct the configuration file by either specifying different filenames for the two log streams, or ensure that both streams have the same parameters if you want to log both streams to the same file.