dydu documentation
FrenchEnglish
  • A Single Software, various applications
  • First use guide
    • Getting started
    • Create your bot
    • Create your first knowledge
    • Create and publish your chatbot
    • Frequent use cases
    • Best practices
    • Glossary
  • Contents
    • Knowledge
      • Knowledge management
      • Tags management
      • Knowledge types
        • Answer to a question
        • Complementary answer
        • Predefined answer
        • Event-triggered knowledge
        • Slot filling
      • Answers elements
      • Accessibility for bot answers
      • Decision tree
      • Comments
      • Test the bot
      • Qualities alerts
    • Knowledge map
    • Matching groups
    • Global sentences
    • Language / Spaces
    • Context conditions
    • External Contents
    • Gallery
    • Web services
      • Web Services
      • Configuration examples (REST)
      • Configure OIDC on Keycloak for a Web Service
      • Frequently asked questions
    • Advanced
      • Server scripts
      • Predefined answer templates
      • Variables
      • Web services triggers
      • Top knowledge
    • Tools
    • Import/Export of knowledge
  • Learning
    • Dialogs
    • Suggestions
    • Misundestood sentences
  • Analytics
    • Exploitation
      • Important
      • Dialogs
      • Visitors
      • Themes
      • Knowledge
      • Qualification
      • Users feedbacks
      • Clicked links
      • Rewords
      • Performance
      • Other
    • Livechat
      • Dialogs
      • Knowledge
      • Operators
      • Satisfaction
      • Waiting queues
    • Knowledge base
      • Formulations
      • Users
      • Matches
    • Export
    • Configuration
  • Custom analytics
    • Reports
    • Alerts
    • Configuration
      • Reports
      • Exports
      • Predefined sources
      • Alerts
      • Preferences
      • Annex: List of indicators
  • Livechat
    • Enable livechat
    • Knowledge base setup
    • DYDU Livechat
      • Overview of interfaces
        • Operator Interface
        • Manager interface
      • Dydu livechat setup
        • General
        • Competencies
        • Waiting queues
          • General
            • Setting up the waiting queue
          • Competency
            • Setting up the waiting queue by competency
            • Setting up a knowledge base with the waiting queue by competency
        • Operator capactiy
        • Account parameters
    • Genesys Livechat connector
  • Integration
    • FAQ
      • Static FAQ
      • Dynamic FAQ
    • MetaBot
    • Customisation
    • Javascript actions
    • Custom event-triggered rules
    • Channels
      • Dydubox
      • Dydubox advanced
        • Css editor
          • Teaser
            • CSS Teaser Modification
          • Header
            • CSS Header Modification
          • Body
            • CSS Body Modification
        • Custom JS Editor
        • Label management
        • Possible integrations
      • Connector
        • Teams
        • META
          • Messenger
          • Instagram
          • WhatsApp
          • Compatibility of DYDU bot features with META
          • Meta application control
    • LLM - Generative AI (Artificial Intelligence)
    • Integration of a chatbox into a webview
  • Preferences
    • SAML 2
    • OpenID Connect (OIDC)
    • Users and rights
    • Bot
      • General
      • Dialogs
      • Survey
      • URLs
      • Search field
  • Other
    • How does your bot work?
    • Data protection
      • Cookie management policy
    • Console logs
    • Special keywords
    • Technical aspects
      • Hosting
      • Infrastructure
    • Security
      • General information
      • Server usage
      • Open source tools
      • User session expiration
  • Developers
    • API reference
      • Authentication
      • Dialog API
      • Dialogs Export
      • Search field
      • Import Export Bot
      • Import/Export Knowledge Base
      • Server Status API
      • Access to APIS
      • User Management in the BMS
    • Chatbox V5
      • Setup and integration
Powered by GitBook

Tous droits réservés @ 2023 dydu.

On this page
  • Types of errors
  • Error sources
  • Export logs

Was this helpful?

  1. Other

Console logs

PreviousCookie management policyNextSpecial keywords

Last updated 9 months ago

Was this helpful?

The log console allows you to preview errors caused by changes in the configuration of your bot, etc. It aims to guide the user in the resolution of errors that can prevent the proper functioning of the bot. It is important to note that the console records errors and displays them in real time.

To access the log console, click Console from main menu. You can then select the log level, source, period, etc. You will therefore see all the logs corresponding to the criteria you have selected (Log level, source, etc.).

Types of errors

The console offers various types of errors to understand in particular impacts on the smooth running of the platform:

  • Error: these errors have a direct impact on the operation of the application. This can mean that a bad configuration directly prevents your application from working properly.

  • Warning: alerts the user in case of misconfiguration. This allows to warn the user about a parameter that is inadvisable and may go against optimal exploitation of the platform.

  • Info: informs the user about an non-critical aspect of the configuration.

  • Debug: provides access to accurate information that can be used to resolve bugs or other issues.

  • Trace: provides even more accurate information and tracking of all the operations performed. This may be necessary when it is difficult to track the source of a configuration problem for example.

Error sources

The console indicates the different error sources, allowing to understand notably where the indicated error may originate from:

  • Back Office: Indicates information related to an account. This source may display logs such as account addition on a bot, account deletion on a bot, and role modifications.

  • Knowledge_changes: Indicates information related to knowledge. This source may display logs such as knowledge addition and knowledge modifications. Knowledge deletions are displayed in another source called Website. In this log, you can also see the account that performed the action.

  • Livechat: Indicates information related to the Livechat. This source may display logs such as operator login/logout, operator status changes, and conversation handling.

  • Web service: Indicates information related to web services. This source may display logs such as web service addition/modification/deletion and the usage of a web service during a conversation call.

Export logs

You can export your logs via the servlet:

  1. Go to Preferences > Api > API access and click the link provided. Remember to keep this page open so you can recover your botUUID very quickly.

  2. Click Log Explicit.

  3. Click /logexplicit/log/{botUuid}.

  4. Fill in the fields:

  • Authorization: generated token (to be recovered by following the process described on this page).

  • botUUID: your bot ID (to retrieve from API access).

  • level: filter the type of errors.

  • domain: filter the domain of the BMS.

  • message: specifing your request.

  1. Click Execute.

You can then download the logs from the Response body window by clicking Download.