diff --git a/log/mod.ts b/log/mod.ts index 30ef9524ea57..b6cbdd0a43ab 100644 --- a/log/mod.ts +++ b/log/mod.ts @@ -1,9 +1,13 @@ // Copyright 2018-2025 the Deno authors. MIT license. /** - * Logging library with the support for terminal and file outputs. Also provides + * Logging library with support for terminal and file outputs. Also provides * interfaces for building custom loggers. * + * > [!IMPORTANT] + * > @std/log is [likely to be removed in the future](https://github.com/denoland/std/issues/6124). + * > Consider using [Open Telemetry](https://docs.deno.com/runtime/fundamentals/open_telemetry/). + * * ## Loggers * * Loggers are objects that you interact with. When you use a logger method it