How can I control logging messages printed by Pellet?
If you are using Pellet 2.0.0-rc1 or later: Pellet uses JDK logging. The verbosity of this logging can be controlled with a configuration file. The distribution includes a sample configuration, examples/logging.properties. The location of the configuration file can be specified by setting the system property java.util.logging.config.file. The location should be specified as a (relative or absolute) path.
Related Questions
- Logging messages printed by Pellet can be a valuable source of information, when trying to determine which classes in the ontology cause performance issues. Information how to control which messages get printed is available in this FAQ Entry: How can I control logging messages printed by Pellet?
- Fill different types of control messages in different directories?
- How can I control logging messages printed by Pellet?