Project translated automatically. Log in or register, to view the original
There is a server in the background where certain processes are happening in the terminal, when a specific message appears, it needs to be forwarded to another server in JSON format.
Is the message displayed in the console or duplicated in the log file?
If in the console - then you need to wrap the server startup and parse all the output. If in the log - then it's easier