botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23 stars 21 forks source link

chore(nlu): standardize logs #40

Closed allardy closed 3 years ago

allardy commented 3 years ago

Since we are going to have multiple processes running on a single server, it would be nice if we could differentiate the various logs in the console. The logger adds [Studio] for all logs studio-related, so this would simply add [NLU] to logs. I guess we could add a prefix for the core logs eventually

It doesn't adresses the fact that users on the admin will not see logs from either the studio or the nlu, but we'll see that in the future

image