Logs & Archives
Logs are archived during run-time of an application and archives are generated per 100 lines of logs. Archives of logs for an application are accessible from the dashboard Archives which can be found in the Logs panel of the application.
Log Format
Each log is a JSON object consisting of keys include:
Key
type
The type of log: log or error
format
The format of the log: text or image
author
The author of the log: user, system, or assistant
message
The content of the log: plain text or generated content information.
timestamp
The UNIX timestamp in milliseconds.
The logs in archives are delimited using commas, for parsing purposes split the archives with commas as delimiter.
Questions?
Let us know on contact@frames.sh.
Last updated