projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a3302
)
ohybridproxy: revert to default log level
author
Maarten Aertsen
<
[email protected]
>
Wed, 20 Oct 2021 13:33:02 +0000
(15:33 +0200)
committer
Nick Hainke
<
[email protected]
>
Wed, 8 Dec 2021 14:52:54 +0000
(15:52 +0100)
Change log level from debug to info to avoid filling up syslog with query-level logging.
Signed-off-by: Maarten Aertsen <
[email protected]
>
(cherry picked from commit
4f235865e7d8c37b4ea7d8ee55b4e603a11e06b7
)
ohybridproxy/Makefile
patch
|
blob
|
history
diff --git
a/ohybridproxy/Makefile
b/ohybridproxy/Makefile
index 1932f6d4b35664d688b50e607c7d64a867c4424a..f8fb81689ac596c3ab38f31d758116b0f1d114fe 100644
(file)
--- a/
ohybridproxy/Makefile
+++ b/
ohybridproxy/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ohybridproxy
PKG_SOURCE_VERSION:=0dfef1eb5f067250a5f24a899536879ea4fdc4c5
PKG_SOURCE_DATE:=2020-05-22
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/sbyx/ohybridproxy.git
@@
-24,9
+24,6
@@
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
-# Spammy debug builds for now
-CMAKE_OPTIONS += -DL_LEVEL=7
-
define Package/ohybridproxy
SECTION:=net
CATEGORY:=Network