Skip to content
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

Add logatim.config.js #22

Open
sospedra opened this issue May 7, 2016 · 0 comments
Open

Add logatim.config.js #22

sospedra opened this issue May 7, 2016 · 0 comments

Comments

@sospedra
Copy link
Owner

sospedra commented May 7, 2016

So we can abstract the configuration from the implementation.

The config would be able to modify:

{
  level: {String | Number},
  channels: [{
     wagon: {Function}, // plug-in
     options: {Object}, 
     levels: {String []},
     test: {Regexp},
     exclude: {Regexp},
     replace: {Boolean}
  }],
  storageKey: {String}, // name used to store the logatim level
  env: {'node' | 'browser'},
  logMethods: {String []},
  verbose: {Boolean},
  infect: {Boolean}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant