MixERP Configuration

SELECT * FROM config.mixerp;
KeyValue
MinimumLogLevelInformation
ApplicationLogDirectoryC:\mixerp-logs
ModeDevelopment

MinimumLogLevel

MixERP uses Serilog logging framework.

From Serilog Wiki:

Serilog uses levels as the primary means for assigning importance to log events. The levels in increasing order of importance are:

ApplicationLogDirectory

Must be a physical path and application pool identity user must be able to write to it.

Mode

The default "Development" mode restricts elevated tasks such as taking backups, performing EOD operation, changing passwords to localhost only. When you deploy MixERP to a production environment, change this setting to "Production".

Related Topics

Share this page