if we setup a function to identify the IP of the client server and based on that answer, to then forward logs based on that IP info
how many times would this logic be evaluated?
does it evaluate each time a log is processed? or just upon application start?
Comments (1)
thank you for that response!
based on that, this would probably not be the right place to insert logic to determine which host to send logs to - if we don't want to bog down the system..