diff options
author | Alexandre Flament <alex@al-f.net> | 2021-09-06 19:47:50 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-09-10 21:49:34 +0200 |
commit | 577998106aed4c3df5cda8f6af77d55dda8ef60c (patch) | |
tree | db79fe4346ffbbadaa1995b12d321e8c4057c260 /requirements-dev.txt | |
parent | b513917ef94d2f18e6db3228363f8089ce1ba08a (diff) | |
download | searxng-577998106aed4c3df5cda8f6af77d55dda8ef60c.tar.gz searxng-577998106aed4c3df5cda8f6af77d55dda8ef60c.zip |
[mod] debug mode: use coloredlogs package
in debug mode, add some padding to make the output more readable
in procution mode, add the timestamp
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index ae60b6c8f..4be587f34 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,3 +17,4 @@ linuxdoc==20210324 aiounittest==1.4.0 yamllint==1.26.3 wlc==1.12 +coloredlogs==15.0.1 |