There can be a list of log servers in a configuration file (either remote config or local, perhaps local for now) then the client application GUI can query all the servers in the config file. The config file can be as simple as:
127.0.0.1:5001
127.0.0.1:5002
127.0.0.1:5003
In this way, the client GUI is easier to query all servers at once.
There can be a list of log servers in a configuration file (either remote config or local, perhaps local for now) then the client application GUI can query all the servers in the config file. The config file can be as simple as:
In this way, the client GUI is easier to query all servers at once.