|
Monitor your log sizes and purge them regularly by backing up the files first and then discarding them.
|
Log Name
|
Description
|
||
---|---|---|---|
Application Log
|
The Application Log contains all of the messages that ThingWorx logs while operating. Depending on your settings, this log can display errors only or every execution of the platform.
|
||
Communication Log
|
The Communication Log contains all communication activity with ThingWorx.
|
||
Configuration Log
|
The Configuration Log contains all of the messages that the ThingWorx application generates for any create, modify, and delete done in ThingWorx. For example, if a Thing or Mashup is created, modified, or deleted, that information will be included in the Configuration Log.
|
||
Script Log
|
The Script Log contains all of the messages that the ThingWorx application generates while executing JavaScript services. You can use logger.warn (or logger.info, logger.trace, logger.debug, logger.error). By default, the log displays warnings and errors, so we recommend using the .warn function to log this information from the services you are running. Generally, ThingWorx will only publish errors that were incurred while running a service to this log.
|
||
Security Log
|
The Security Log contains all of the messages that the ThingWorx application generates regarding users. This information can include login data and page requests depending on the log level.
|
Log Name
|
Description
|
---|---|
Auth Log
|
The Auth log contains Auth login info and is only available in the Auth.log file located in ThingworxStorage/logs.
|
Database Log
|
The Database Log contains all messages related to database activity. This DatabaseLog.log file is only available in ThingworxStorage/logs.
|
Script Error Log
|
The Script Error Log contains the stack trace for scripts created in the platform and is only available in the ScriptErrorLog.log file located in ThingworxStorage/logs.
|
ClusterCommunicationLog.log
|
The ClusterCommunicationLog.log is relevant for both HA and single environments. All Akka messages are logged here. The file is in ThingworxStorage/logs.
|