I am creating a logging infrastructure using the syslog daemon on my Linux server. I have few clients, both Windows and non-Windows, that I plan to configure to forward logs as syslogs to my Linux server. Some of my client computers register in a foreign language. Therefore, how do I forward non-English logs like syslogs to my Linux server? Do I need to configure any special encoding on my server and on my client? Is this the right approach or is there any other better way to do this?
source
share