mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-13 14:05:42 +08:00
Improves http debug logging by also logging the sent response. Converts regular http logs to key-value format. Changes the http server options to httputil.ListenAndServe, which is antended to be a standard ListenAndServe method for all micromdm project. Adds environment variables as configuration options for sensitive values. Closes #196