Skip to content

[WIP] Improve logging layer#285

Open
golyshevd wants to merge 5 commits intofistlabs:masterfrom
golyshevd:logging
Open

[WIP] Improve logging layer#285
golyshevd wants to merge 5 commits intofistlabs:masterfrom
golyshevd:logging

Conversation

@golyshevd
Copy link
Copy Markdown
Contributor

1. Reduce log levels of some annoying messages, also increate theirs detaization
2. Kill feature: give units own loggers, now units, can have own logging settings.

var app = fist({
    logLevel: 'LOG'
});

app.unit({
    name: 'foo',
    settings: {
        // easy to develop
        logging: {logLevel: 'DEBUG'}
    }
});

3. Log server._connectionKey on listening

TODO: Update docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant