LogViewer

Hello All

I was exploring logviewer.
I have set
LoggingLevel=DEBUG
Loggingtarget=file
CurrentLoggingTarget=file::/path/family_class_member.log

For every device, I have done this. It makes different file for every device.

I have to log parameters related to every device in one file.
How can I have one file for every device in which parameters related to every device is logged ?

Thanks and Regards
TCS-GMRT TEAM
Regards,
TCS_GMRT
Hello,

I have just done a quick test and I do not have problem to get several devices log messages within the same file.
For each device, when the DS is running, in Jive open "Logging" and set:
1 - Current logging level to DEBUG (for instance)
2 - Current logging target to "file::/tmp/<a file>" (for instance)

After a while, you may stop the DS and load the logging file (/tmp/<a file>) in LogViewer

Regards

Emmanuel
Hello Manu

I tried the above steps but I am unable to set the same file name for each device. Its throwing exception.
Any Suggestions ?

Thanks and Regards
TCS-GMRT TEAM

Regards,
TCS_GMRT
Hello,

Take care of the syntax you use when you specify the file name. It is "file::/<a file name>"
Note the file::/
Is it what you have used?

Regards

Emmanuel
Hello,

- is there a specific syntax for windows file? Is is / or \, like file::F:\my\log\file.log
- in jive, where should I put this log file? In "current logging target" or in "Logging target"?
- What is the separator if I put several targets?

Thanks, regards,
Laurence.
 
Register or login to create to post a reply.