Skip to content
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

Elegir y montar sistema de logging #28

Closed
ManuelJNunez opened this issue Oct 15, 2020 · 5 comments
Closed

Elegir y montar sistema de logging #28

ManuelJNunez opened this issue Oct 15, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ManuelJNunez
Copy link
Owner

Para poder saber lo que hacen los usuarios en la aplicación y que es lo que falla, estaría interesante implementar un sistema de logging en la aplicación.

@ManuelJNunez ManuelJNunez added this to the Siguientes pasos milestone Oct 15, 2020
@ManuelJNunez
Copy link
Owner Author

Tras haber investigado sobre las librerías de logging para node.js, he elegido que usaré pino por ser la más rápido y trabajar en un thread a parte de la aplicación.

@ManuelJNunez ManuelJNunez modified the milestones: Siguientes pasos, Hito 6 Dec 9, 2020
@ManuelJNunez ManuelJNunez self-assigned this Dec 9, 2020
@ManuelJNunez ManuelJNunez added the enhancement New feature or request label Dec 9, 2020
@ManuelJNunez
Copy link
Owner Author

Al final como estoy usando NestJS, voy a usar el logger que trae el framework.

@ManuelJNunez
Copy link
Owner Author

El middleware no recoge los mensajes de error, voy a realizar unos cambios.

@ManuelJNunez
Copy link
Owner Author

Falta mandar el log a un archivo y conectado con algún servicio de logging como logDNA o papertrail.

@ManuelJNunez
Copy link
Owner Author

He elegido logDNA ya que el paquete de estudiante de GitHub trae algunos beneficios para el uso de esta plataforma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant