Debug mode and logs

From PlcWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with 'From october 2013 we change logic of debug mode and logs files. Until that, there was main parameter for control of debug mode ''workplace.DebugLevel = 0'' From october 2013 is…')
Line 8: Line 8:
'''install.log''' (plc client installation log)
'''install.log''' (plc client installation log)
 +
 +
[[File:Installlog.png]]
'''plc.service.log''' (main log for services. For example start of sqlsender)
'''plc.service.log''' (main log for services. For example start of sqlsender)

Revision as of 07:53, 11 October 2013

From october 2013 we change logic of debug mode and logs files. Until that, there was main parameter for control of debug mode

workplace.DebugLevel = 0

From october 2013 is this parameter useless, because debug level 0 is the same like debug level 2 before. We log in detail for complete overview of client behavior. Every log is automatically rotated after 50MB. We recommend don't change debug lebel to any other value than 0. Structure of new client's log files is this:


install.log (plc client installation log)

File:Installlog.png

plc.service.log (main log for services. For example start of sqlsender)

plc_XX.log (Main client info log, where XX is workplace ID. The text between {# and #} is the original untranslated text in English. It's there so that even people not speaking German (Spanish, Czech, Portuguese, Turkish, ...) can understand these emails/logs.


plc_client.error.log

plc_client_XX.cnp.log

plc_client_XX.debug.log

plc_client_XX.devide.log

plc_client_XX.error.log

plc_client_XX.info.log

plc_radio.log

plc_screen_XX.log

Personal tools