Skip to content

Commit

Permalink
feat(debug): Now using debuggo module for debug traces
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfede committed May 23, 2017
1 parent 607dd97 commit 64821eb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"body-parser": "^1.17.1",
"camelcase": "^4.1.0",
"debug": "^2.6.6",
"debuggo": "^1.0.0",
"decamelize": "^1.2.0",
"eredita": "^1.0.1",
"express": "^4.15.2",
Expand Down
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { normalizeUri } from 'jsonref';
import { Schema, DynamicSchema } from 'jsonpolice';
import { Router, RouterOptions, RequestHandler, Request, Response, NextFunction } from 'express';
import { Eredita } from 'eredita';
import { createLogger, Logger } from './debug';
import { createLogger, Logger } from 'debuggo';
import { RESTError } from './error';
import { SchemaRegistry } from './schema';
import { Swagger } from './swagger';
Expand Down
31 changes: 0 additions & 31 deletions src/debug.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './error';
export * from './debug';
export * from './scopes';
export * from './schema';
export * from './api';
Expand Down

0 comments on commit 64821eb

Please sign in to comment.