BrunoCiccarino / GopherLight

🚂 An web framework based on express-js
GNU General Public License v3.0
67 stars 10 forks source link

Structured logging #12

Open softwarespot opened 4 weeks ago

softwarespot commented 4 weeks ago

Have you considered using structured logging?

Nice work on the library!

BrunoCiccarino commented 4 weeks ago

Have you considered using structured logging?

Nice work on the library!

Hey, good morning! I didn't understand what you meant by structured logging, could you elaborate further? Thanks for the feedback

softwarespot commented 4 weeks ago

Sure, I would be happy to :smile:

This explains it quite well:

Unlike an unstructured log, a structured log has messages printed in a pre-determined or custom standard that is based on your unique needs. This standard is usually in JSON and XML format as they can be easily queried and parsed.

Not a blocker, but something to consider maybe

BrunoCiccarino commented 4 weeks ago

Sure, I would be happy to 😄

This explains it quite well:

Unlike an unstructured log, a structured log has messages printed in a pre-determined or custom standard that is based on your unique needs. This standard is usually in JSON and XML format as they can be easily queried and parsed.

Not a blocker, but something to consider maybe

Of course! I can work on it this week

BrunoCiccarino commented 4 weeks ago

I will leave this issue open until I complete it