Skip to content

Commit

Permalink
use trace
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnchin committed Feb 15, 2024
1 parent 506f742 commit 5c48663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/graph-explorer-proxy-server/node-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dotenv.config({ path: "../graph-explorer/.env" });

// Create a logger instance with pino.
const proxyLogger = pino({
level: process.env.LOG_LEVEL || "debug",
level: process.env.LOG_LEVEL || "trace",
transport: {
target: "pino-pretty",
options: {
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Server and client side logging level
LOG_LEVEL=debug
LOG_LEVEL=trace
## Client side fetch request timeout
GRAPH_EXP_FETCH_REQUEST_TIMEOUT=240000

0 comments on commit 5c48663

Please sign in to comment.