diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-09-25 18:31:12 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-09-25 18:31:12 +0300 |
commit | 5b30e5fed14a38d299020dc408820716a20e0c88 (patch) | |
tree | 9b02f8a5c27dd9ffd60c38015908314c3af6107e /demo | |
parent | 00acfeba25fd413c7510ba882a3a24d4c2a0b2af (diff) | |
download | pf4j-5b30e5fed14a38d299020dc408820716a20e0c88.tar.gz pf4j-5b30e5fed14a38d299020dc408820716a20e0c88.zip |
add PluginClasspath - now you can add any classes and lib directories to plugin classpath
Diffstat (limited to 'demo')
-rw-r--r-- | demo/app/src/main/resources/log4j.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/app/src/main/resources/log4j.properties b/demo/app/src/main/resources/log4j.properties index f2160e8..f766388 100644 --- a/demo/app/src/main/resources/log4j.properties +++ b/demo/app/src/main/resources/log4j.properties @@ -2,5 +2,5 @@ log4j.rootLogger=DEBUG,Console log4j.appender.Console=org.apache.log4j.ConsoleAppender log4j.appender.Console.layout=org.apache.log4j.PatternLayout -log4j.appender.Console.layout.conversionPattern=%-5p - %-26.26c{1} - %m\n +log4j.appender.Console.layout.conversionPattern=%-5p - %-30.30c{1} - %m\n |