Harjodh Singh

Results 2 issues of Harjodh Singh

i have express js project and installed "express-winston": "^2.4.0" and "winston": "^2.4.0" version. sometimes i am getting following error and system crashed TypeError: options.winstonInstance.log is not a function at ServerResponse.res.end...

Following is my code in settings.py ``` SWAGGER_SETTINGS = { 'LOGIN_URL': 'api:login', 'LOGOUT_URL': 'api:logout', 'USE_SESSION_AUTH': False, 'DOC_EXPANSION': 'list', 'APIS_SORTER': 'alpha', 'SECURITY_DEFINITIONS': { 'api_key': { 'type': 'apiKey', 'in': 'header', 'name': 'Authorization',...