Restructure and improved logs and audit
Compare changes
Files
42+ 1
− 3
@@ -204,9 +204,7 @@ API documentation will eventually be generated from doc tags in your structs. Th
By default, go-utils/logger writes JSON records. At the start of the example api main function the logger is configured to write console format and log at DEBUG level... more to come on this front too including triggers for full debug in production on selected handlers or specific events, and logging different levels for selected code packages to avoid log clutter without having to remove debug from code.