Skip to content

Commit 64fa0d7

Browse files
Update src/routes/docs/advanced/security/hipaa/+page.markdoc
Co-authored-by: Aditya Oberai <[email protected]>
1 parent ec52f97 commit 64fa0d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/docs/advanced/security/hipaa/+page.markdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ If you're handling PHI (Protected Health Information), you can implement custom
3434

3535
Appwrite provides access to different types of logs depending on the context:
3636

37-
**API usage logs**: These are turned off by default, we can give you samples of the data on requests to help debug and troubleshoot issues. If you'd like to have those turned on constantly and transmitted to you or stored on a bucket, this is a separate addon we can provide.
37+
- **API usage logs**: These are turned off by default, we can give you samples of the data on requests to help debug and troubleshoot issues. If you'd like to have those turned on constantly and transmitted to you or stored on a bucket, this is a separate addon we can provide.
3838

39-
**Function logs**: Each serverless function or hosted sites includes stdout and stderr logs you can access per execution. Those are retained for different periods per plan.
39+
- **Function logs**: Each serverless function or hosted sites includes stdout and stderr logs you can access per execution. Those are retained for different periods per plan.
4040

41-
**Audit logs**: For users or teams with compliance needs, we provide structured audit logs covering authentication events, permission changes, and other relevant activities directly on your console, under an activity tab in the different products the platform offers. Those are retained for different periods per plan.
41+
- **Audit logs**: For users or teams with compliance needs, we provide structured audit logs covering authentication events, permission changes, and other relevant activities directly on your console, under an activity tab in the different products the platform offers. Those are retained for different periods per plan.
4242

4343
Please note that while Appwrite Cloud serves as a HIPAA-compliant platform to handle data,
4444
it is the responsibility of developers to ensure that their application is also compliant with HIPAA regulations.

0 commit comments

Comments
 (0)