mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:18:52 +00:00
[chore] Rename the testrig log level env var
This commit is contained in:
parent
98cc855b0a
commit
fee0a88a79
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ func InitTestConfig() {
|
|||
|
||||
func logLevel() string {
|
||||
level := "error"
|
||||
if lv := os.Getenv("GTS_TESTRIG_LOG_LEVEL"); lv != "" {
|
||||
if lv := os.Getenv("GTS_LOG_LEVEL"); lv != "" {
|
||||
level = lv
|
||||
}
|
||||
return level
|
||||
|
|
Loading…
Reference in a new issue