In my understanding, for the community edition, you can check the following logs in Dify’s GUI:
- Application logs. You can also see which tools were executed, but if the application is deleted, its logs are deleted as well.
From the container logs, you can check the following information:
- The IDs of executed applications and tools. Usually, details of what was actually performed are not included.
Depending on how the plugin is implemented, authentication information is often not available in any logs.
Technically, you can check the credentials and other settings by looking inside the database, but it’s not exactly a casual or convenient solution.
With the enterprise edition of Dify, additional audit logs can be obtained, but in my understanding, these are related to operations performed in the browser and do not allow you to track detailed activity for each plugin.