Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Problem of using logging in side onUnhandledException #2

Open
geohuz opened this issue Sep 19, 2019 · 0 comments
Open

Problem of using logging in side onUnhandledException #2

geohuz opened this issue Sep 19, 2019 · 0 comments

Comments

@geohuz
Copy link

geohuz commented Sep 19, 2019

I have the following code:

onUnhandledException = proc(msg: string) =
  log.error("Uncaught error", {"MESSAGE": msg})
  discard

I can only see the error message in the syslog, no "Uncaught error" string

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant