# # ManageSoft Logging Configuration # # Protected by US patent 6,006,034; patents pending. # Copyright 1995-2004 ManageSoft Corporation. All rights reserved. # Reproduction, adaptation, or translation without prior permission # is prohibited. # # $Id: etap.trace,v 1.23.20.5 2005/04/21 05:42:24 cjh Exp $ # # # Configure the logging output filename. # # The filename used for output tracing can contain the following variables: # # %d Date (YYYYMMDD) # %t Time (HHMMSS) # %p Process ID # %u Insert a unique number (in range 0..100) # # Additionally, by placing an underscore directly between the percentage # sign and the letter, an underscore will be placed before the variable # if a file of the given name already exists. This is especially useful # in the case of %u. For example: # # filename = c:\Temp\ManageSoft%_u.log # # will generate the following trace filenames on subsequent runs: # # c:\Temp\ManageSoft.log # c:\Temp\ManageSoft_1.log # c:\Temp\ManageSoft_2.log # ... and so on # # The directory specified in this filename must exist before a log # file will be created in there. filename=c:\PackManageSoft.log #filename=c:\ManageSoft%p_%d_%t_%u.log # filename pattern with everything! # # Other logging configuration settings # timestamp=y # Add a timestamp to every line timedeltas=n # Add elapsed time between consecutive messages flush_freq=0 # should be 0 for diagnostic use max_indent=0 # Maximum indentation level (0 = No indentation limit) max_detail=9 # Trace this many levels down from an enabled class show_threads=y # Show thread ID (after timestamp, before timedeltas) ######################################################################## # # Enable and disable areas of logging # # To enable a trace class, remove the "#" from the start of any line that # begins with "#+". This will enable that class, and generally, every subclass. # # The max_detail variable below modifies this behavior by specifying how # many subclass levels the enablement will propagate. # # A subclass may be selectively disabled by changing the "#+" to "-". # ######################################################################## # # (Remote Execution) Action status generation tracing # #+Action Status #+Client Data Collection Point #+Client Data Collection Point/Change #+Client Data Collection Point/Create #+Client Data Collection Point/Delete #+Client Data Collection Point/ShortCut #+Client Data Collection Point/ShortCut/Change #+Client Data Collection Point/ShortCut/Create #+Client Data Collection Point/ShortCut/Delete #+Client Upload Location #+Create Process # # SQL Database tracing # #+Database #+Database/Connect #+Database/Construct #+Database/Cursor #+Database/Execute #+Deployment Location #+Deployment Location/Change #+Deployment Location/Create #+Deployment Location/Delete #+Deployment Location/ShortCut #+Deployment Location/ShortCut/Change #+Deployment Location/ShortCut/Create #+Deployment Location/ShortCut/Delete #+Directory #+Directory/Ldap #+Directory/Ldap/Connect #+Directory/Ldap/Find #+Directory/Ldap/Query #+Directory/Ldap/Query/Controls #+Directory/Ldap/Query/Field #+Directory/Ldap/Query/Paging #+Directory/Ldap/RootDSE #+Directory/Service #+Directory/Service/Finder # # Discovery agent tracing (mgsdisco.exe) # #+Discovery Agent #+Discovery Agent/NetBIOS Algorithm #+Discovery Agent/Combined Algorithm #+Discovery Agent/ServerInfoBuff Helper #+Discovery Agent/ScanTool Runner #+Discovery Agent/SnmpInfo Helper #+Discovery Agent/Cmd Helper #+Discovery Agent/NBT Helper #+Discovery Agent/Scope Filter # # Distribution Location/Distribution Server/Distribution Group logging # #+Distribution #+Distribution Group #+Distribution Group/Change #+Distribution Group/Create #+Distribution Group/Delete #+Distribution Group/ShortCut #+Distribution Group/ShortCut/Change #+Distribution Group/ShortCut/Create #+Distribution Group/ShortCut/Delete #+Distribution Location #+Distribution Location/Change #+Distribution Location/Create #+Distribution Location/Delete #+Distribution Location/ShortCut #+Distribution Location/ShortCut/Change #+Distribution Location/ShortCut/Create #+Distribution Location/ShortCut/Delete #+Distribution Server #+Distribution Server/Change #+Distribution Server/Create #+Distribution Server/Delete #+Distribution/Bandwidth # # .NET Distribution wrapper tracing # #+Distribution/DotNETWrapper #+Distribution/MGSDistribute # # Low-level data conversion logging, mostly from the SQL database # #+Encoding #+Encoding/TypeConversion #+Encoding/TypeConversion/Convert #+Encoding/TypeConversion/Signature #+Encoding/TypeConversion/Sink #+Encoding/TypeConversion/Source # # Errors are listed under three actions (Occurrence, Recovery and Report), # and five severity levels, under message set number, and message number. # # The Occurrence is the initial problem, which indicates a situation from # which ManageSoft may Recover. If not, the message will be "Report"ed. # # The message set number and message number are the two parts of the "s/m" # message identifier which appears on the error dialog, for example in the # form "s203m47". # # Only the action and severity classes are documented here; if you wish to # trace a single message or set you may add additional lines, for example: # +Error/Recovery/Error/247/391 # #+Error #+Error/Occurrence #+Error/Occurrence/Error #+Error/Occurrence/Fatal #+Error/Occurrence/Information #+Error/Occurrence/Monitor #+Error/Occurrence/Warning #+Error/Recovery #+Error/Recovery/Error #+Error/Recovery/Fatal #+Error/Recovery/Information #+Error/Recovery/Monitor #+Error/Recovery/Warning #+Error/Report #+Error/Report/Error #+Error/Report/Fatal #+Error/Report/Information #+Error/Report/Monitor #+Error/Report/Warning # # Event logging # #+EventLog #+EventLog/Distribution #+EventLog/Distribution/Files #+EventLog/Distribution/Process # # Access to configuration variables in the Windows registry. # #+Implementation #+Implementation/Configuring #+Implementation/Configuring/Registry #+Implementation/Configuring/Registry/Keys #+Implementation/Configuring/Registry/Keys/Close #+Implementation/Configuring/Registry/Keys/CreateSubKey #+Implementation/Configuring/Registry/Keys/DeleteKey #+Implementation/Configuring/Registry/Keys/DeleteVal #+Implementation/Configuring/Registry/Keys/Enumerate #+Implementation/Configuring/Registry/Keys/Open #+Implementation/Configuring/Registry/Values #+Implementation/Configuring/Registry/Values/Get #+Implementation/Configuring/Registry/Values/Set #+Inventory # # Software Library logging # +Package #+Package/Create #+Package/Create/Classic #+Package/Create/Merge #+Package/Create/Merge/Zip #+Package/Create/MergeDetailed #+Package/Create/Snapshot #+Package/Create/Snapshot/Difference #+Package/Create/Snapshot/Difference/COM #+Package/Create/Snapshot/Difference/File #+Package/Create/Snapshot/Difference/Icon #+Package/Create/Snapshot/Difference/Preference #+Package/Create/Snapshot/Difference/Registry #+Package/Create/Snapshot/Difference/Service #+Package/Create/Snapshot/Exception #+Package/Create/Snapshot/State #+Package/Create/Snapshot/State/File #+Package/Create/Snapshot/State/Icon #+Package/Create/Snapshot/State/Preference #+Package/Create/Snapshot/State/Registry #+Package/Create/Snapshot/State/Service #+Package/Create/WI #+Package/Create/WIDetailed #+Package/Delete #+Package/DeleteDetailed #+Package/Distribute #+Package/Invoke Launcher #+Package/Invoke Launcher/Registry Search #+Package/Modify #+Package/Pack/Application Information #+Package/Pack/Environment #+Package/Pack/External Installer #+Package/Pack/File #+Package/Pack/File/Each #+Package/Pack/Groups and Icons #+Package/Pack/Preference File #+Package/Pack/Registry #+Package/Pack/Run Command #+Package/Pack/Service #+Package/Receive #+Package/ReceiveDetailed #+Package/RemoveFromDS #+Packaging #+Packaging/Import #+Packaging/Import/Rpm #+Packaging/Import/Rpm/Functions #+Policy #+Policy/Database #+Policy/Developer #+Policy/Developer/DPE #+Policy/Developer/DPE/AddPackageWizard # # Policy Distribution tracing # #+Policy/Distribute #+Policy/Distribute/Zip # # Deployment Policy Editor (GPE plug-in) logging # #+Policy/Modify #+Receiver #+Receiver/Commandline # # Remote Execution tool tracing # #+Remote Execution #+Remote Execution Scheduler #+Remote Execution Task Parser #+Remote Execution/Agent #+Remote Execution/Agent/Threads #+Remote Execution/ClientAgent #+Remote Execution/Common #+Remote Execution/Parser #+Remote Execution/PasswordManager #+Remote Execution/Scheduler #+Reporting Location #+Reporting Location/Change #+Reporting Location/Create #+Reporting Location/Delete #+Reporting Location/ShortCut #+Reporting Location/ShortCut/Change #+Reporting Location/ShortCut/Create #+Reporting Location/ShortCut/Delete # # Scheduler logging # #+Schedule #+Schedule/Change #+Schedule/Create #+Schedule/Delete #+Schedule/Event #+Schedule/Event/Change #+Schedule/Event/Create #+Schedule/Event/Delete #+Schedule/Event/Trigger #+Schedule/Event/Trigger/Change #+Schedule/Event/Trigger/Create #+Schedule/Event/Trigger/Delete # # Logging for SMS support # #+Event Log/SMS #+Event Log/SMS/Connect #+Event Log/SMS/Create #+Event Log/SMS/Create/Handle #+Event Log/SMS/Process #+Event Log/SMS/Send #+Package/SMS #+Package/SMS/Export #+Package/SMS/Export/Connect #+Package/SMS/Export/QueryDB #+Package/SMS/Export/Send #+Policy/SMS #+Policy/SMS/Access Database #+Policy/SMS/Access Database/Database query timer #+Policy/SMS/Distribute #+Policy/SMS/Distribute/Distribution timer #+Policy/SMS/GenProf #+Policy/SMS/Generate #+Policy/SMS/Generate/Generate Profile #+Policy/SMS/Generate/Generate Profile/Policy profile generation timer #+Policy/SMS/Generate/Policy generation timer #+Policy/SMS/QueryDB #+SMS Utilities #+SMS Utilities/Connect #+SMS Utilities/Create SMS Status Message #+SMS Utilities/Install Status MIF #+Wake On LAN #+Wake On LAN/Assign #+Wake On LAN/Assign/Timing #+Wake On LAN/Auto #+Wake On LAN/Filter #+Wake On LAN/Filter/Timing #+Wake On LAN/Generation #+Wake On LAN/Generation/Process #+Wake On LAN/Job #+Wake On LAN/Populate #+Wake On LAN/Populate/Timing #+Wake On LAN/Query #+Wake On LAN/Schedule #+Wake On LAN/Target # # The Zipper module creates Zip files for distribution of merged policy #+ZipperC #+ZipperC/Zip #Configuring #Configuring/Registry #Configuring/Registry/Search #Configuring/Registry/Get #Configuring/Registry/Get/Read #Configuring/Registry/Set #Configuring/Registry/Set/Write #Configuring/Registry/Delete #Configuring/Registry/Restore # First use assistant #+First Use Assistant #+First Use Assistant/Windows Messages # MMC #+ManageSoft MMC #+ManageSoft MMC/MMC Hack