diff --git a/content/en/logs/log_collection/ios.md b/content/en/logs/log_collection/ios.md index 040fe32a73cf3..5a398e59d484f 100644 --- a/content/en/logs/log_collection/ios.md +++ b/content/en/logs/log_collection/ios.md @@ -328,7 +328,7 @@ DDDatadog.verbosityLevel = DDSDKVerbosityLevelDebug; {{< /tabs >}} 3. Configure the `Logger`:
-Create the logger after `Logs.enable()` +**Note**: You must create the logger *after* calling `Logs.enable()`. {{< tabs >}} {{% tab "Swift" %}}