Hi! I'm curious about the logs of typesense. Is th...
# community-help
j
Hi! I'm curious about the logs of typesense. Is there any documentation on the type of logs that may be emitted? Maybe something to differentiate severities like error, warning, info, debug etc For context, I'm forwarding my logs to a GCP ops agent so I can view them without SSH'ing into the VM, but there's a lot of logs I don't need. Ideally I just see errors or "important" logs. (It costs $ to bring the logs to GCP so trying to budget that)
k
Log lines start with a character like
I
or
E
or
W
etc. which indicates
INFO
,
WARNING
or
ERROR
logs.
🙌 1
👍 1