Skip to content

Commit

Permalink
Move to bunyan-sfdx-no-dtrace due to feature i didn't need
Browse files Browse the repository at this point in the history
causing a bug i didn't want trentm/node-bunyan#60
  • Loading branch information
bruce-lindsay committed Jan 30, 2020
1 parent f6c5bb7 commit e9b9c15
Show file tree
Hide file tree
Showing 28 changed files with 1,135 additions and 474 deletions.
1 change: 0 additions & 1 deletion lib/github/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="bunyan" />
import { graphql } from '@octokit/graphql';
import Octokit from '@octokit/rest';
import { Logger } from './logging';
Expand Down
2 changes: 1 addition & 1 deletion lib/github/logging.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Logger from 'bunyan';
import Logger from 'bunyan-sfdx-no-dtrace';
import { GitHubAPI } from './';
export declare function addLogging(client: GitHubAPI, logger: Logger): void;
export { Logger };
4 changes: 2 additions & 2 deletions lib/github/logging.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/github/logging.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { App as OctokitApp } from '@octokit/app';
import Octokit from '@octokit/rest';
import Webhooks from '@octokit/webhooks';
import Logger from 'bunyan';
import Logger from 'bunyan-sfdx-no-dtrace';
import express from 'express';
import Redis from 'ioredis';
import { Server } from 'http';
Expand Down
4 changes: 2 additions & 2 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/logger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
* app.log.fatal("Goodbye, cruel world!");
* ```
*/
import Logger from 'bunyan';
import Logger from 'bunyan-sfdx-no-dtrace';
export declare const logger: Logger;
4 changes: 2 additions & 2 deletions lib/logger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/logger.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e9b9c15

Please sign in to comment.