mirror of
https://github.com/nushell/nushell.git
synced 2025-07-09 10:57:54 +02:00
# Description Commands in `std/log` assume the `export-env` has been run and the relevant environment variables are set. However, when modules/libraries import `std/log` without defining their own `export-env` block to run `std/log`'s, logging commands will fail at runtime. While it's on the author of the modules to include `export-env { use std/log [] }` in their modules, this is a very simple issue to solve and would make the user experience smoother. # User-Facing Changes `std/log` work without problem when their env vars are not set. --------- Co-authored-by: Bahex <17417311+Bahex@users.noreply.github.com> Co-authored-by: 132ikl <132@ikl.sh>