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:
parent
539cf02ac7
commit
aafd96cc9b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ NC_LOG_color_error=$NC_LightRed
|
|||
NC_LOG_color_warning=$NC_Yellow
|
||||
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_error=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue