mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Cleaning up logging messages
--HG-- extra : rebase_source : 60b49fa683387a1cea498c2bec50421ef855fea6
This commit is contained in:
parent
45c5956f21
commit
5ec8918636
1 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ should_log(error, error) -> true;
|
|||
should_log(error, _) -> false;
|
||||
should_log(_, _) -> false.
|
||||
|
||||
log_prefix(debug) -> "DEBUG:" ;
|
||||
log_prefix(debug) -> "DEBUG: ";
|
||||
log_prefix(info) -> "INFO: ";
|
||||
log_prefix(warn) -> "WARN: ";
|
||||
log_prefix(error) -> "ERROR: ".
|
||||
|
|
Loading…
Reference in a new issue