Hi,

I am working on a project, where i print my log messages in /var/log/log/syslog like

project_my:info::project started
project_my:debug::value of a is 1

i want to redirect project_my:info messages in info.txt file and project_my:debug  in debug.txt file.

Regards
Gunjan