Skip to content

Hard coded logging locations #80

Open
@hybby

Description

@hybby

Right now, logging appears not to be configurable, with the ERB file being hard-coded with the following stanzas:

logging {
    channel main_log {
        file "/var/log/named/named.log" versions 3 size 5m;
        severity info;
        print-time yes;
        print-severity yes;
        print-category yes;
    };
    category default{
        main_log;
    };
    category lame-servers {
        null;
    };
};

It would be helpful if the contents of main_log could be altered, for example, to permit logs to be sent to syslog instead of a specific log file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions