You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(Grove): Rename LAND_DEV_LOG environment variable to Trace
Rename the development logging environment variable from LAND_DEV_LOG to Trace across all documentation and code in Source/DevLog.rs. This includes updating the module docstring, usage examples, inline comments, and the environment variable lookup in the EnabledTags function.
Developers must now use `Trace=` instead of `LAND_DEV_LOG=` when enabling tagged development logging in Grove.
0 commit comments