Does log4j support properties files includes – like commons configuration – so I could include one file from another, overriding properties as appropriate?
I have tried doing it, and it doesn’t seem to work. Is there an alternate way to achieve the same reuse?
No, it doesn’t. All configuration must go into a single
log4j.propertiesorlog4j.xmlfile.