Fix log level in plugin dev mode

This commit is contained in:
Lucien Greathouse
2019-10-01 18:37:25 -07:00
parent f9a5fee364
commit c4a7f8675f

View File

@@ -13,8 +13,8 @@ local VALUES = {
type = "IntValue", type = "IntValue",
values = { values = {
[Environment.User] = 2, [Environment.User] = 2,
[Environment.Dev] = 3, [Environment.Dev] = 4,
[Environment.Test] = 3, [Environment.Test] = 4,
}, },
}, },
TypecheckingEnabled = { TypecheckingEnabled = {