📄Configuration

You can find the complete Configuration at the top of the log.lua

Heres an Description what every configuration does

LogLevel = "warn"

Set the lowest log level. If the loglevel is trace it will show all levels above. If you set it to e.g. error just error and fatal will be shown. It would recommend this on live servers. For test servers enable everything

UserColors = true

If enabled the diffrent levels will have different colors in the Console

HideScripts = {
    -- 'd-phone'
},

The scripts who are listed here wont be displayed in your console if they have d-logging prints

ShowOnlyScript = {
    -- 'd-phone',
}

If this isnt empty just the scripts, which are in this array will be displayed

Last updated