Skip to content

refactor(logging): replace LOG(WARNING) with VLOG(3) in cpu_guard_impl.cc#132

Merged
kilinchange merged 1 commit intomasterfrom
refactor/cpu-guard-replace-warning-with-vlog
Mar 23, 2026
Merged

refactor(logging): replace LOG(WARNING) with VLOG(3) in cpu_guard_impl.cc#132
kilinchange merged 1 commit intomasterfrom
refactor/cpu-guard-replace-warning-with-vlog

Conversation

@kilinchange
Copy link
Collaborator

Refer to glog flags and verbose logging docs:
https://rpg.ifi.uzh.ch/docs/glog.html#flags
https://rpg.ifi.uzh.ch/docs/glog.html#verbose

To enable VLOG output in cpu_guard_impl.cc, run:
GLOG_logtostderr=1 GLOG_v=3 ./llama3 --...

@kilinchange kilinchange force-pushed the refactor/cpu-guard-replace-warning-with-vlog branch from 98a4247 to 2589d3c Compare March 23, 2026 02:09
@kilinchange kilinchange merged commit 898d97d into master Mar 23, 2026
2 checks passed
@kilinchange kilinchange deleted the refactor/cpu-guard-replace-warning-with-vlog branch March 23, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants