Files
crewAI/lib/crewai/tests
Devin AI f1b7e57095 fix: log persistence storage location for @persist decorator
When using @persist, users had no way to discover where their flow state
was being stored. The default SQLiteFlowPersistence uses appdirs which
varies by platform, making the database location opaque.

Changes:
- Log db_path at INFO level when SQLiteFlowPersistence is initialized
- Log storage location (db_path) after each state save in persist decorator
- Show storage location in console output when verbose=True
- Add 5 new tests covering persistence path discoverability

Closes #5372

Co-Authored-By: João <joao@crewai.com>
2026-04-09 03:40:12 +00:00
..
2025-10-20 14:10:19 -07:00
2025-12-04 16:53:19 -05:00
2025-10-20 14:10:19 -07:00
2026-03-24 19:03:35 +08:00
2026-02-13 21:34:37 -03:00
2025-12-04 13:34:29 -08:00
2025-10-20 14:10:19 -07:00
2025-12-01 18:56:56 -05:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00