1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

nux.log: Added support for setting log level with NC_LOG_current

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2019-03-24 11:54:02 +01:00
parent 539cf02ac7
commit aafd96cc9b

View file

@ -6,7 +6,7 @@ NC_LOG_color_error=$NC_LightRed
NC_LOG_color_warning=$NC_Yellow NC_LOG_color_warning=$NC_Yellow
NC_LOG_color_debug=$NC_White NC_LOG_color_debug=$NC_White
NC_LOG_current=3 NC_LOG_current=${NC_LOG_current:=3}
NC_LOG_id_none=0 NC_LOG_id_none=0
NC_LOG_id_error=1 NC_LOG_id_error=1