Logging on the level! For Vapor projects. Logs are the key to both debugging an
application as well as monitoring it in production. However what we are
interested in during development is often times different from our production
interests. Logging by level is one way to deal with this
The Level Logger Comparison Order
The following is just an opinion on what should be the order of leveled debugging. In the future it would probably be good to figure out a way to make this configurable.
LevelLogger
Logging on the level! For Vapor projects. Logs are the key to both debugging an application as well as monitoring it in production. However what we are interested in during development is often times different from our production interests. Logging by level is one way to deal with this
The Level Logger Comparison Order
The following is just an opinion on what should be the order of leveled debugging. In the future it would probably be good to figure out a way to make this configurable.
Usage
Within your projects
Swift/configure.swift
make the following changesShameless Plug
This is another shauncodes.com endeavor.