...
API | Log of every command received from the apps, and the replies. |
DB | When an object is created, updated or deleted it is logged here. |
EDI | Details about how EDI are read from the EDI provider. |
Errors | Critical error. Normaly for the coders. |
Exchange | Details on Microsoft Exchange logs. |
Extranet | Details about the customers. Ege.g. login or what they are doing. |
File Sync | Logs about File transfers in File Sync. |
Forms | Details about the completion of question forms, and the actions that may be executed. |
Jobs | Details about scheduled jobs, that can be setup to run on the server. |
Details about how Microbizz reads and sends mails. | |
Details about PDF's. Ege.g. sending or screenshots. | |
Reports | Details about reports. e. Egg. sending or creating. |
Script speed and resources | Resources usage. How fast it was executed, how much ram was used and other stuff. |
Sync | The integrations use this for logging. |
System | Stuff that doesn't fit into other logs, but is being handlet by system. |
TaintStuff that doesn't fit into other logs, details about what Microbizz does "in the background" | When a object is changed internally. |
Activity - Users | Details about users activity. It can be users or customers activity. |
Transfer log When Microbizz has to wait for an object to become "unlocked" it is logged here | Details about transfers. Eg. if a sql import filter has been used. |
Level
The log level selector should largely be ignored; it filters out lines that have a log level higher than the selected one, so if you select "Warning" then you won't see lines with level "Errors" or "Critical". When choosing ex. "Warning", only logentries of this sort is shown.
...
"Executing small job AAAAA" | Many maintenance operations are performed by "small jobs" |
"Small job AAAAA finished" | A previously started small job has completed |
"Accepting a registration day" | A daily worksheet was accepted |
"An invoice was created/updated" | The data contains the invoice details |
"Apply update filter #X ..." | The update filter with id X was applied |
"Closing a registration day" | A daily worksheet was closed |
"Push message" | A push message was sent to a mobile phone |
"Received an invoice post on todo id X" | The task with id X was invoiced |
"Saved properties: AAAAA" | The properties / settings for module AAAAA were saved/updated |
"DATA ADJUST" | The dangerous DATA ADJUST menu item (in the Settings module) was used |
Script speed and resources
"api/endpoint_token.php?command=GetProductsByLastChange t=0.004s db=0.004s q=1 rows=2 mem=1387KB" | Api call show how many secounds it took and how many rows was returned. Also how much memory that was used. |
Wait log
When Microbizz has to wait for an object to become "unlocked" it is logged here. This log is used for debugging when the system feels slow.
...