Clean up logger more

This commit is contained in:
KingRainbow44 2023-05-18 02:56:40 -04:00
parent 13f055035f
commit c80e0f0572
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE
2 changed files with 3 additions and 3 deletions

View File

@ -34,14 +34,14 @@ public class ExecNotifyGroupLua extends QuestExecHandler {
// handling
scriptManager.refreshGroup(groupInstance);
Grasscutter.getLogger()
.debug(
.trace(
"group: {} \ncondition: {} \nparamStr {}",
groupInstance.getLuaGroup(),
condition,
paramStr);
} else {
Grasscutter.getLogger()
.warn(
.debug(
"notify, no group instance for:\n group: {} \ncondition: {} \nparamStr {}",
groupId,
condition,

View File

@ -1278,7 +1278,7 @@ public class ScriptLib {
//TODO check
public int StartPlatform(int configId){
logger.info("[LUA] Call StartPlatform {} ", configId);
logger.debug("[LUA] Call StartPlatform {} ", configId);
val entity = sceneScriptManager.get().getScene().getEntityByConfigId(configId);