There's a couple ways. Both involve referencing variables set externally.
For instance...
${db.username}
${db.password)
You can make these variables available in one of two ways (only the first way
below if you are using XML config)
1. Set it as a system property. e.g... java -Ddb.
Hi list,
I'm using log4j-1.2.14 and want to play with JDBCAppender. My main concern
is the fact that in my log4j.properties file I need to provide the username
and password details for the database connection.
How can I use JDBCAppender without having to put this information in my
.properties fil