Skip to content

Commit

Permalink
debug purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jan 2, 2025
1 parent ca57df2 commit 9ca980e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"allowFrom": ["127.0.0.1/8", "::1"]
},
"log": {
"logLevel": "info",
"logLevel": "trace",
"dumpLevel": "error"
},
"redis": {
Expand Down
2 changes: 1 addition & 1 deletion libV2/config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"host": "127.0.0.1",
"port": 8100,
"log": {
"logLevel": "info",
"logLevel": "trace",
"dumpLevel": "error"
},
"redis": {
Expand Down
2 changes: 2 additions & 0 deletions tests/functional/v2/server/testListMetrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ async function listMetrics(level, resources, start, end, credentials) {
};

const sig = aws4.sign(headers, _credentials);
// eslint-disable-next-line no-console
console.log('HEEEEEERE SIG', sig);

return needle(
'post',
Expand Down

0 comments on commit 9ca980e

Please sign in to comment.