Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

APILog of every command received from the apps, and the replies.
DBWhen an object is created, updated or deleted it is logged here.
EDIDetails about how EDI are read from the EDI provider.
ErrorsCritical error. Normaly for the coders.
ExchangeDetails on Microsoft Exchange logs.
ExtranetDetails about the customers. Ege.g. login or what they are doing.
File SyncLogs about File transfers in File Sync.
FormsDetails about the completion of question forms, and the actions that may be executed.
JobsDetails about scheduled jobs, that can be setup to run on the server.
MailDetails about how Microbizz reads and sends mails.
PDFDetails 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.
It is typical resources like API Calls, Integrations or internal calls like get a Geolocation .

SyncThe integrations use this for logging.
SystemStuff 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 - UsersDetails 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.

...