exceptionless / Exceptionless.JavaScript

Exceptionless JavaScript client
http://exceptionless.com
Apache License 2.0
59 stars 24 forks source link

Where i can find the log #83

Closed jamilhaddadin closed 5 years ago

jamilhaddadin commented 5 years ago

The documentation is missing a very important aspect, where can we find the submitted data? (i.e. locally, another webservices that will take care of logging?)

niemyjski commented 5 years ago

I'm not sure what you mean by this. The client submits the events to the exceptionless server which stores the events in Elasticsearch. Does this help?

jamilhaddadin commented 5 years ago

aha I see, Cannot we have the data log stored somewhere as server side (I can have a restful service interface that can store the error details in a file system or event viewer)

niemyjski commented 5 years ago

It's only stored server side in elasticsearch. You can call the servers api to get events (https://github.com/exceptionless/Exceptionless/wiki/API-Usage)

jamilhaddadin commented 5 years ago

make sense! thanks a lot :-)