GeoHealth/hubot-dynamic-log-level

View on GitHub
index.coffee

Summary

Maintainability
Test Coverage

Line exceeds maximum allowed length
Wontfix

levels_to_string = ['emergency', 'alert', 'critical', 'error', 'warning', 'notice', 'info', 'debug']
Severity: Minor
Found in index.coffee by coffeelint

Line exceeds maximum allowed length
Wontfix

string_to_level = {'emergency':0, 'alert':1, 'critical':2, 'error':3, 'warning':4, 'notice':5, 'info':6, 'debug':7}
Severity: Minor
Found in index.coffee by coffeelint

Line exceeds maximum allowed length
Wontfix

#   hubot log_level=<emergency|alert|critical|error|warning|notice|info|debug|default> - Change the log level to the given arg
Severity: Minor
Found in index.coffee by coffeelint

There are no issues that match your filters.

Category
Status