You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- To set a configuration that is different while in Studio:
return {
Studio = "Debug";
Other = "Warn"; -- "Other" can be anything other than Studio (e.g. could be named "Default")
}
I think this is a simple typo and that Warn should be Warning.
The text was updated successfully, but these errors were encountered:
If we set
LogConfig
while looking at https://sleitnick.github.io/RbxUtil/api/Log/ , we should get an error saying[email protected]:634: Unknown log level: Warn - Server - log:634
.I think this is a simple typo and that
Warn
should beWarning
.The text was updated successfully, but these errors were encountered: