The command line interface

You access logging on Forge with the --logLevel option. Its usage is as follows: --logLevel (<topicName>=)<logLevel>

By selecting a level you are requesting all feedback at of that level of severity and greater. For example, by specifying the WARN level, you receive WARN, ERROR, and FATAL messages.

The --logLevel option sets either the default log level, the topic log level, or both:

It is possible to specify both default and topic level logging in the same command to filter the feedback that you receive. For example:

forge --logLevel WARN --logLevel config=INFO --logLevel update=DEBUG
This command works as follows: