Skip to main content

Log Analysis and Execution Traceability

Devic incorporates a complete logging and traceability system that allows you to inspect the internal behavior of agents during each execution.
Through the logs, you can follow step by step the actions performed, the tools used, the messages exchanged with the model, and the state of each task.
This module facilitates debugging, auditing, and continuous optimization of agent performance, providing full visibility into every process.

Accessing Logs

From the agent’s execution history, each entry includes options to inspect its technical log.
When selected, the Thread Log panel opens, showing in real time all events generated during the execution.
Main logs panel

Main logs panel The logs panel is divided into three information levels:
LevelDescription
LOG / INFOInformational messages about the execution process.
DEBUGLow-level details about tool calls, internal steps, and intermediate variables.
WARN / ERRORIncidents or errors detected during the process.

Thread Log

The Thread Log records in a structured way the technical conversation between the agent, the tools, and the model.
Each event is documented with its type, execution timestamp, and content.
Thread Log view with events

Thread Log view with events Among the available information:
  • Tool calls and the arguments used.
  • Model responses (LLM Response).
  • Internal system messages (start, planning, completion).
  • Task states and completed steps.

Message Details

Selecting a specific event opens the Assistant Message Details panel, where the tools called by the agent are displayed, along with their payload and the generated response. Tool call detail This view allows you to precisely verify which instruction the agent executed, what data it processed, and how each tool responded.
It is especially useful for auditing complex workflows or debugging unexpected behaviors.

Event Timeline

The Thread Events Timeline offers a visual and sequential representation of the agent’s entire execution, showing how user actions, the model, and tools interact. Event timeline visualization

Event timeline visualization Each block in the timeline represents a step in the workflow:
ElementDescription
UserInitial message or instruction sent to the agent.
PlanningInternal planning stage before executing actions.
Tool CallExecution of a tool (e.g., RAG query, task update, PDF generation).
Tool ResponseResult returned by the tool.
Finish ExecutionClosing stage where the agent completes the task.

Export and External Analysis

Logs can be exported for analysis in external tools or integrated into corporate auditing and observability systems.
This ensures complete traceability of the agents and reinforces operational control in production environments.

Devic’s logging system not only provides technical visibility but also serves as an essential tool for continuous improvement and validation of agent behavior.

Next Steps