From f30741cf32d6b48e5cb2dd631398bbfeb7bb93b3 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Tue, 28 Jan 2025 11:39:16 +0800 Subject: [PATCH] docs(log): mention potential deprecation of @std/log (#6364) --- log/mod.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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