github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/fs/init_test.go (about) 1 // Package fs provides mountpath and FQN abstractions and methods to resolve/map stored content 2 /* 3 * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. 4 */ 5 package fs_test 6 7 import ( 8 "github.com/NVIDIA/aistore/cmn" 9 ) 10 11 func init() { 12 config := cmn.GCO.BeginUpdate() 13 config.Log.Level = "3" 14 cmn.GCO.CommitUpdate(config) 15 }