Perfect
Perfect copied to clipboard
Help Log.swift
In my Software I use different log level messages (info, debug, warn). I tried to set an environment variable to set log level, but also with log Level "info" it shows debug logs... Do I have to build/run the Software with Parameters to set log level? Does anyone have examples please?
I do use this Log struct https://github.com/PerfectlySoft/Perfect/blob/859e696457fa91a9f998ad94080632f20b47fe58/Sources/PerfectLib/Log.swift#L145