Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task/add access matches (about users, headers, path. .. ) to access Logger #544
Task/add access matches (about users, headers, path. .. ) to access Logger #544
Changes from 33 commits
e3d3ab0
632cfb9
9b5d750
5f12d00
72a9d5d
efbb8f7
103ce8b
80f368b
2ea4f83
e893ca7
70ca4f5
7445593
30e566e
041d9fc
e491a13
20e2610
c939833
b78220e
b6d412a
e762d49
2f78d1d
8bdd7b5
a9135d0
555301b
4a0db45
11d7487
7c77636
77bf0f0
9f497ab
4308e23
504e01d
af04774
10bfeeb
692e17d
6e954fe
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En el fichero
lib/middleware/proxy.js
se trunca el body a 100 caracteres (' | Body=' + JSON.stringify(req.body).slice(0, 100) + // not all body
), y aquí no, ¿cual es el motivo?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hablado con Álvaro, por lo visto se loga el body entero cuando hay error, y solo una parte cuando no lo hay. NTC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
El body se trunca a 100 caracteres en caso de acceso valido y se deja entero en caso de error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Faltaba documentarlo: #545