and in the logs explorer of gcp I have one entry but it's not "configured" for gcp:
['creating outlook event', {somePayload: true, abc: 123}]
['creating outlook event', {somePayload: true, abc: 123}]
the only configurations related to logger I have are:
Logger.withMinimumLevel(LogLevel.Debug) // this works fineLogger.json // I also tried Logger.structured and it was "worse" for gcp (each line of the stdout was an entry on gcp log
Logger.withMinimumLevel(LogLevel.Debug) // this works fineLogger.json // I also tried Logger.structured and it was "worse" for gcp (each line of the stdout was an entry on gcp log
I would guess I am missing some configuration then, maybe I should not the Logger.json layer but another one? or customise it?