Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Voice Gateway API (VGAPI) Developer Center
Overview
Documentation
Community
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to TCL-API
is it possible to log "puts" messages to syslog?
Threads [
Previous
|
Next
]
Adolfo Arizpe
Posts:
24
Join Date:
1/11/12
Recent Posts
is it possible to log "puts" messages to syslog?
Answer
5/16/12 7:55 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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!
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Yaw-Ming Chen
Posts:
466
Join Date:
4/9/08
Recent Posts
RE: is it possible to log "puts" messages to syslog?
Answer
5/16/12 7:59 PM as a reply to Adolfo Arizpe.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Not puts command. Use "log" command you can do that. Pleas refer to programming guide.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Adolfo Arizpe
Posts:
24
Join Date:
1/11/12
Recent Posts
RE: is it possible to log "puts" messages to syslog?
Answer
5/16/12 10:40 PM as a reply to Yaw-Ming Chen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks a lot! it worked great!
Hopefully using log is not taxing on the gateway. Is there a way to monitor this?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top