Use the bdd-admin script with the set-log-levels command to set the log level for the Dgraph Gateway.
The WebLogic logger for Dgraph Gateway is configured with the type of information written to log files, by specifying the log level. When you specify the type, WebLogic returns all messages of that type, as well as the messages that have a higher severity. For example, if you set the message type to WARNING, WebLogic also returns messages of type ERROR and INCIDENT_ERROR.
The ENDECA_SERVER_LOG_LEVEL property in bdd.conf sets the log level for the Dgraph Gateway at start-up time. The set-log-levels command lets you change the current log-level setting. This change can be persisted for subsequent re-starts of the Dgraph Gateway.
./bdd-admin.sh set-log-levels --component gateway --level <level> [--non-persistent]where:
For additional usage information, see set-log-levels.
To set the Dgraph Gateway log level:
Note that the set-log-levels command cannot change the setting of the log4j.logger.org.apache.zookeeper package. For information on setting this package, see Changing the ZooKeeper client log level.