Skip to content

Conversation

@golyshevd
Copy link
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