You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message zerolog: could not write event: short write is warning and does not affect to work. I fix it in version 0.2.2, can you update and confirm?
File mylog.log not created because you specify to file min log level to error, but send info level message. If you want write all logs to file you can create file writter without restrictions: zslog.File("mylog.log", fileConf, zslog.NewLevels())
Hi,
I tried using the easy use example, only without using Sentry.
Here is the exact code I used and saved in a file I named main2.go -
Upon running the code I see the following outcome:
I wanted to ask if you are aware of the issues mentioned in 2. & 3. and if there is an expected fix.
Hoping to be able to use this at work.
Thank you,
Erez
The text was updated successfully, but these errors were encountered: