mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 13:26:45 +00:00
Resolves Issue #397
Removes deprecated `warn` from ILog validator, in-favor of `warning`.
This commit is contained in:
parent
bb8f770468
commit
2eb84e0dac
@ -14,7 +14,6 @@ def log_validator(klass, obj):
|
||||
'set_level',
|
||||
'get_level',
|
||||
'info',
|
||||
'warn', # DEPRECATED
|
||||
'warning',
|
||||
'error',
|
||||
'fatal',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user