reggie logging question

Rikard Elofsson <[email protected]>
Newsgroups gmane.comp.java.sun.jini
Message-ID <[email protected]>
Hello all

I'm starting reggie via ServiceStarter. How do i set logging properties
for it? (Seems to me it uses a ConsoleHandler default).

I use this config:

import com.sun.jini.start.ServiceDescriptor;
import com.sun.jini.start.NonActivatableServiceDescriptor;
import com.sun.jini.config.ConfigUtil;

com.sun.jini.start {
     private static policy = "config/policy.all";
     private static classpath = "lib/jini/reggie.jar";
     private static config = "config/reggie/transient-reggie.config";

     static serviceDescriptors = new ServiceDescriptor[] {
        new NonActivatableServiceDescriptor(
                "file:lib/jini/reggie.jar", policy, classpath,
             "com.sun.jini.reggie.TransientRegistrarImpl",
             new String[] { config })
     };
}

--------------------------------------------------------------------------
Getting Started:     http://www.jini.org/wiki/Category:Getting_Started
Community Web Site:  http://jini.org
jini-users Archive:  http://archives.java.sun.com/archives/jini-users.html
Unsubscribing:       email "signoff JINI-USERS"  to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.