Logging
The FormWork logging system is a distributed and resilient system and serves two purposes: monitor the performance of the system be alerted when an exce...
Thu, 1 Jul, 2021 at 2:31 PM
Q: What it does a logging system?
A: A lot of things including:
have relevant information on the activities carried out by users
have control of th...
Thu, 1 Jul, 2021 at 11:28 AM
Starting with version 1.26.3, FormWork server and its clients send exceptions to an Exceptionless server.
The server hosts several projects (typicall...
Thu, 1 Jul, 2021 at 11:28 AM
Messages saved on cloud by the logging system are saved in compressed and crypted form.
Here an example of a log entries package saved on the cloud:
...
Thu, 1 Jul, 2021 at 11:28 AM
In this article all fields contained in a log message are listed:
Property
Description
Examples comma separated (... indicates other values ...
Thu, 1 Jul, 2021 at 11:28 AM
The distributed logging system can be enabled or disabled at will.
The system consists of two services the Logger and the Exception handler.
Logger...
Thu, 1 Jul, 2021 at 11:28 AM
Quick access to the logs is critical to identify the cause of a problem.
In the case of a client application this is especially critical because it in...
Thu, 1 Jul, 2021 at 11:28 AM
As discussed in the article on the architecture of FormWork logs, all logs are collected from the FormWork instance within a buffer.
You can view the...
Thu, 1 Jul, 2021 at 11:28 AM