mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 04:57:18 +00:00
Clean up logger more
This commit is contained in:
parent
13f055035f
commit
c80e0f0572
@ -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,
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user