Skip to content

Commit a423415

Browse files
ChristopherGSChristopherGS
and
ChristopherGS
authored
create compliance page (#881)
Co-authored-by: ChristopherGS <[email protected]>
1 parent 31deb1b commit a423415

File tree

6 files changed

+14
-2
lines changed

6 files changed

+14
-2
lines changed

docs/compliance.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
3+
If you have any questions about compliance, feel free to [get in touch](help.md)
4+
5+
## SOC2 💡
6+
7+
![Counting size of loaded files screenshot](images/compliance/soc2_logo.png)
8+
9+
Logfire is SOC2 Type I certified. Type II auditing is underway and expected by April 2025. You can
10+
request a copy of our SOC2 report by emailing: [[email protected]](mailto:[email protected])

docs/images/compliance/soc2_logo.png

205 KB
Loading

docs/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,4 @@ More topics to explore...
150150
- Logfire's real power comes from [integrations with many popular libraries](integrations/index.md)
151151
- As well as spans, you can [use Logfire to record metrics](guides/onboarding-checklist/add-metrics.md)
152152
- Logfire doesn't just work with Python, [read more about Language support](https://opentelemetry.io/docs/languages/){:target="_blank"}
153+
- Compliance requirements (e.g. SOC2)? [See Logfire's certifications](compliance.md)

docs/integrations/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Finally, we also have documentation for how to use Logfire with existing logging
5959
| [Loguru](loguru.md) | Logging |
6060
| [Structlog](structlog.md) | Logging |
6161

62-
[slack]: https://join.slack.com/t/pydanticlogfire/shared_invite/zt-2war8jrjq-w_nWG6ZX7Zm~gnzY7cXSog
62+
[slack]: https://logfire.pydantic.dev/docs/join-slack/
6363
[opentelemetry]: https://opentelemetry.io/
6464

6565
## Creating Custom Integrations

docs/roadmap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ See [this GitHub issue][language-support-gh-issue] for more information.
7575
We are planning to implement an automatic anomaly detection system, which will be able to detect
7676
anomalies in the logs, and notify you without the need for you to define specific queries.
7777

78-
[slack]: https://join.slack.com/t/pydanticlogfire/shared_invite/zt-2war8jrjq-w_nWG6ZX7Zm~gnzY7cXSog
78+
[slack]: https://logfire.pydantic.dev/docs/join-slack/
7979
[on-prem-gh-issue]: https://github.com/pydantic/logfire/issues/78
8080
[gh-code-source-gh-issue]: https://github.com/pydantic/logfire/issues/79
8181
[alerts-email-gh-issue]: https://github.com/pydantic/logfire/issues/80

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ nav:
154154
- Exceptions: reference/api/exceptions.md
155155
- Pydantic: reference/api/pydantic.md
156156
- Roadmap: roadmap.md
157+
- Compliance: compliance.md
157158
- Release Notes: release-notes.md
158159

159160
markdown_extensions:

0 commit comments

Comments
 (0)