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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ run: install sleep 2 ; \ xdg-open http://127.0.0.1:8888/ ; \ ) & - SEARX_DEBUG=1 ./manage pyenv.cmd python ./searx/webapp.py + SEARX_DEBUG=1 ./manage pyenv.cmd python -m searx.webapp PHONY += install uninstall install uninstall: |