Skip to content

Commit c7d99dc

Browse files
authored
fix: support log level setting for single_node mode hypervisor, fix single_node mode worker reconcile (#554)
* fix: support log level setting for single_node mode hypervisor, fix single_node mode worker reconcile * fix: lint issue * fix: lint issue * fix: unit test issues
1 parent bd916dc commit c7d99dc

File tree

4 files changed

+318
-152
lines changed

4 files changed

+318
-152
lines changed

pkg/constants/env.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ const (
109109
EnableWorkerLogEnv = "TF_ENABLE_LOG"
110110
EnableWorkerLogValue = "1"
111111

112+
TFLogPathEnv = "TF_LOG_PATH"
113+
TFLogLevelEnv = "TF_LOG_LEVEL"
114+
112115
// the path of nGPU lib for limiter to load
113116
NGPUPathEnv = "TENSOR_FUSION_NGPU_PATH"
114117
NGPUPathValue = TFLibsVolumeMountPath + "/libcuda.so"

0 commit comments

Comments
 (0)