How to reduce PVSS_II.log logging

Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
vedadramovic
Posts:121
Joined: Mon Apr 07, 2014 10:36 am

How to reduce PVSS_II.log logging

Post by vedadramovic »

Hello,
Is there i way to exclude logs generated with DebugTN() from specified ControlManager written in PVSS_II.log?

When debugging some script we use DebugTN() or DebugFTN() functions.
Those logs are logged in PVSS_II.log also. I would like to exclude those logs from that specific ControlManager, while debugging it in order to have useful info in PVSS_II.log if something happens

Best regards.
Vedad

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: How to reduce PVSS_II.log logging

Post by leoknipp »

When using a Debug*-function in CTRL the information is written to the manager specific log file .log.
This information is not written to the PVSS_II.log file.
The manager specific log files also contains the information for debug- or report flags, e.g. -snd 1 -rcv 1.

The PVSS_II.log file contains messages which are written by the manager when using the standard error handler, e.g. automatically done during startup or when using the CTRL function throwError().

The log viewer is displaying the information for all logfiles.

Best Regards
Leopold Knipp
Senior Support Specialist

vedadramovic
Posts:121
Joined: Mon Apr 07, 2014 10:36 am

Re: How to reduce PVSS_II.log logging

Post by vedadramovic »

Hi Leopold,
thank you for very fast reply.

For some reason I was sure that I have seen plenty of Debug* logs from ControlManagers in PVSS_II.log.
But, I was wrong.
Best regards,
Vedad

3 posts • Page 1 of 1