Skip to content

[WIP] Improve logging layer #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

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