« Back to TCL-API

is it possible to log "puts" messages to syslog?

Combination View Flat View Tree View
Threads [ Previous | Next ]
I'm intested in sending the puts messages  in my script to the syslog server. Is this possible?
 
I'm trying to debug a couple of weird cases in my tcl that only happen a couple of times a day. I'm thinking of storing puts messages in another server (using syslog) so that I can parse those and try to identify my problems.
 
thank you!

Not puts command. Use "log" command you can do that. Pleas refer to programming guide.

Thanks a lot! it worked great!

Hopefully using log is not taxing on the gateway. Is there a way to monitor this?