Closed kstan79 closed 8 months ago
Can you please share your project where this happens, I like to debug it for you
thanks! due to your previous repo seems something inside so I created another dummy repo for it here
Just follow README.md
to setup it at your environment.
It is dummy project for demonstration, the user service been commented due to it rely on sso/keycloak. after start nest will notice console like db server connection string, inside consist of db server, user and password
i finally solve initiate new illogger class and define at constrctor
class mylogger implements ILogger{
setOptions(){}
clear(){}
get(){ return [] as any[]}
debug(){}
warn(){}
reportError(){}
async save(filename:any){}
log(){}
error(){}
}
this.bpmnServer = new BPMNServer(this.workflowconfig.getConfig(), new mylogger());
I still cant find way to stop log as #133
seems 2nd property of init bpmnServer require ilogger, so I obtain ilogger from config setting which as below
Itried define config
all console disappear but i get this error
I wish to completely off the bpmn server log from .env, is it supported?