ProcessMIX Guide
  • Platform Overview
    • Introduction
    • Platform Purpose
    • Main Concepts
      • Organization Structure
      • Visual Language
      • Project Development Environment (IDE)
      • Deployment and Integration
      • Administration and Troubleshooting
    • First Steps
    • Change Log
      • 5.0.0
      • 5.0.5
      • 5.0.5.1
      • 5.0.5.2
      • 5.0.5.3
      • 5.0.5.4
  • Language Reference Guide
    • Overview
    • Data Structures and Types
      • Core Types (pdk.core)
      • Dictionary (pdk.asset.dictionary)
      • Scorecard (pdk.asset.scorecard)
      • Blockchain (pdk.blockchain)
      • Exceptions (pdk.ex)
      • Input/Output (pdk.io)
      • JSON Web Token (pdk.jwt)
      • Networking (pdk.net)
      • HTTP (pdk.net.http)
      • SOAP/Web Services (pdk.net.soap)
      • XML/DOM (pdk.net.xml)
      • S3 (pdk.s3)
      • SQL (pdk.sql)
      • Postgres (pdk.db.postgre)
      • Util (pdk.util)
      • Default Data Structure Field Values
    • Flows
      • Variables
        • Local Flow Variables
        • Node Variables
      • Flow Node Types
        • Core Nodes
          • In
          • Out
          • Assign
          • If
          • Switch
          • Iterator
          • Function Call
          • Subflow
          • Raise Exception
          • Exception Handler
          • Validator
        • Connector Nodes
          • Database Begin Transaction
          • Database Commit Transaction
          • Database Rollback Transaction
          • Database Query Executor
          • EVM Blockchain Functions
          • EVM Blockchain Smart Contract Functions
          • REST Service Executor
          • SOAP Service Executor
          • S3 Connector
          • SMB Connector
      • Expressions
      • Built-In Functions
        • Expression functions
          • pdk.util.Any
          • pdk.util.Array
          • pdk.util.Blockchain
          • pdk.util.Cast
          • pdk.util.Codec
          • pdk.util.Crypto
          • pdk.util.Date
          • pdk.util.File
          • pdk.util.Json
          • pdk.util.JWT
          • pdk.util.Map
          • pdk.util.Math
          • pdk.util.String
          • pdk.util.Util
        • Node functions
          • pdk.flow.Any
          • pdk.flow.Array
          • pdk.flow.File
          • pdk.flow.JsonArray
          • pdk.flow.JsonObject
          • pdk.flow.HttpRequest
          • pdk.flow.HttpResponse
          • pdk.flow.Logger
          • pdk.flow.Map
          • pdk.flow.Xml
            • pdk.flow.xml.XmlAttr
            • pdk.flow.xml.XmlElement
            • pdk.flow.xml.XmlNode
            • pdk.flow.xml.XmlDocument
            • pdk.flow.xml.XmlDocumentType
            • pdk.flow.xml.XmlDOMConfiguration
            • pdk.flow.xml.XmlDOMImplementation
            • pdk.flow.xml.XmlProcessingInstruction
            • pdk.flow.xml.XmlTypeInfo
            • pdk.flow.xml.XmlCharacterData
            • pdk.flow.xml.XmlText
            • pdk.flow.xml.XmlNamedNodeMap
          • pdk.node.BlockchainEth
          • pdk.node.S3
          • pdk.node.Smb
      • Exceptions
        • Checked Exceptions
        • Runtime Exceptions
    • Assets
      • Dictionary
      • Decision Table
      • Scorecard
      • PMML
    • Connectors
      • DB Connector
        • Prepared Query
        • Dynamic Query
        • Query input parameters
        • Stored Procedure
      • REST Connector
      • SOAP Connector
      • S3 Connector
      • SMB Connector
      • EVM Blockchain Connector
    • Global Variables
    • Appendices
      • Overview of Database Transactions
      • Reserved Words
  • Project Development Environment (IDE)
    • Project Explorer Panel
    • Flow Builder
    • Flow Node Editor
    • Data Structure Builder
    • Connector Builders
      • REST Connector Builder
      • SOAP Connector Builder
      • DB (Database) Connector Builder
      • EVM Blockchain Connectors Builder
      • S3 Connector Builder
    • Asset Builders
      • Dictionary Builder
      • Decision Table Builder
      • Scorecard Builder
      • PMML Asset Builder
    • Global Variables Panel
    • Expression Editor
    • Project Deployment and Execution
    • Cron Expression Generator
    • Test Helper
    • Debugging the Project
    • DB transactions
    • Team Collaboration Tools
      • Version Control
      • Conflict Resolver
    • Selectors
    • Error Panel
    • Local History
  • Home and Administration Guide
    • Organization and Subscription
    • Organization Team
    • Repositories and Projects
    • Environments
    • Deployments
    • Database Provisioning
    • Roles and Permissions
  • Logs and Troubleshooting
    • Request/Call Logs
    • Deployment Logs
    • Application Logs
  • Appendix: Example Project
    • Risk Mitigation Solution
Powered by GitBook
On this page
  • How to navigate to the Deploy Logs in HOME?
  • How to navigate to the Deploy Logs Panel in IDE?
  • How to find the necessary Deploy logs?
  1. Logs and Troubleshooting

Deployment Logs

PreviousRequest/Call LogsNextApplication Logs

Last updated 11 months ago

The Deploy Logs display errors, warnings, and information messages arising during the deployment process of the application. If the deployment process fails, you can review the errors causing the failure, fix them, or contact the support team for assistance.

They are stored for 7 days. Therefore, the limit period for searching logs is 7 days from the current date and time.

  • For organizations with the Free plan, this option is unavailable from HOME because a free plan doesn’t include any environment.

  • The Deploy logs in the Home section are only available to owners and administrators.

  • The Deploy logs section is available in the IDE for all users (except for the project Viewer) regardless of their role and organization's subscription plan. In the IDE, you can access the Deploy logs section to view the logs specific to the project you are currently working on.

How to navigate to the Deploy Logs in HOME?

You can view Deploy logs according to the selected environment. Select the environment. Click the Logs tab, then the Deploy tab. The logs will be displayed according to the selected environment.

To view the Deploy logs for a certain Deployment, follow the steps:

  1. Click the Deployment tab.

  2. Select the desired Deployment from the list.

  3. Then, click the Deploy tab to access the Deploy logs.

How to navigate to the Deploy Logs Panel in IDE?

The Log panel is located at the bottom, left of the screen. To access the Logs panel, click the Logs tab. The panel contains all available project logs in the system: Deploy and Application.

Select the Deploy tab. The logs displayed are related to the most recent deployment.

Log information includes time of Logs, commit ID, trace ID message, and issue type.

The Trace ID allows you to trace deployment errors at every step of the deployment process, including deploying, compiling, and waiting for the application to launch.

To close the Deploy panel, click the Logs tab at the bottom of the screen or use the collapse arrow in the upper right corner of the panel.

How to find the necessary Deploy logs?

To filter Deploy logs, select the desired data by clicking the FILTER button. The data can be filtered by issue type, project, deployment, commit ID, trace ID, date from, and date to in the Home application. In the IDE section, filtration by project and deployment is not available. Once the filter is applied, the system displays the searched results in the table.

You can also search within the logs message to find relevant entries. For search, enter the search value, then click the FILTER button.

To return the filter values to their default settings, click the RESET button.

To refresh the Deploy logs list, click the Refresh button. By doing so, you update the data, applying the selected filter values during the refresh.