System Log
TechMaju platform provides System Logs that can be utilized for system monitoring, auditing, and debugging.
Info Log
mantera.log_info(message, title[optional], reference_doctype[optional], reference_document[optional])
Warn Log
mantera.log_warn(message, title[optional], reference_doctype[optional], reference_document[optional])
Debug Log
mantera.log_debug(message, title[optional], reference_doctype[optional], reference_document[optional])
Error Log
Note: Error Logs are a separate list from System Logs.
Error Log will contain all system generated errors as well as any user generated users in server-side python scripts where frappe.log_error(...) is used.
frappe.log_error
frappe.log_error(title, message, reference_doctype[optional], reference_document[optional])
Type in "Error Log" in the nav bar's top right AwesomeBar to be navigated to the list.
