Skip to content

Commit

Permalink
Issue #63: changed Logger.side for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgm committed Jun 27, 2019
1 parent 466014c commit a79dd65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Loggers/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/Loggers/Logger.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 src/Loggers/Logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {ILogger} from "./ILogger";
// const logMethodNames = ["log", "debug", "info", "warn", "error", "_exception" ];

const MESSAGE_MAX_LENGTH: number = 8192;
const SIDE: string = "unknown";
const SIDE: string = "unknown_side";
const SNIP_MARKER: string = "[…]";

/**
Expand Down

0 comments on commit a79dd65

Please sign in to comment.