You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zentity should take advantage of the logging architecture of Elasticsearch to aid troubleshooting. This can be implemented as needed instead of creating a dedicated feature branch for logging.
To implement this:
Add the following property to any class that will use the logger (substituting CLASS_NAME with the name of the class):
zentity should take advantage of the logging architecture of Elasticsearch to aid troubleshooting. This can be implemented as needed instead of creating a dedicated feature branch for logging.
To implement this:
CLASS_NAME
with the name of the class):elasticsearch.yml
file of each node to write the log messages to the Elasticsearch log files:The text was updated successfully, but these errors were encountered: