diff --git a/docs/android/integration-advanced/log-message-api.md b/docs/android/integration-advanced/log-message-api.md
index 956f6b16..7ec0f484 100644
--- a/docs/android/integration-advanced/log-message-api.md
+++ b/docs/android/integration-advanced/log-message-api.md
@@ -77,9 +77,13 @@ Embrace.logInfo("User has entered checkout flow")
If your application exceeds these limits, the newest logs will be ignored.
-import LogLimit from '@site/shared/log-limit.md';
+:::warning Limits on Log Messages
-
+- Properties are limited to 100 per log.
+- Property keys have a limit of 128 characters.
+- Property values have a limit of 1024 characters.
+
+:::
## Get alerted on logs
diff --git a/docs/android/legacy-integration/log-message-api.md b/docs/android/legacy-integration/log-message-api.md
index e38c1cc7..beb26683 100644
--- a/docs/android/legacy-integration/log-message-api.md
+++ b/docs/android/legacy-integration/log-message-api.md
@@ -70,9 +70,13 @@ Embrace.getInstance().logInfo("User has entered checkout flow")
:::
-import LogLimit from '@site/shared/log-limit.md';
+:::warning Limits on Log Messages
-
+- Properties are limited to 100 per log.
+- Property keys have a limit of 128 characters.
+- Property values have a limit of 1024 characters.
+
+:::
## Being Alerted on Logs