Skip to content

Commit e3592b5

Browse files
committed
https://telecominfraproject.atlassian.net/browse/WIFI-13172
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
1 parent 9eec54e commit e3592b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AuthService.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ namespace OpenWifi {
218218
Expired = (WT.created_ + WT.expires_in_) < now;
219219
if (StorageService()->UserDB().GetUserById(UserId, UInfo.userinfo)) {
220220
UInfo.webtoken = WT;
221-
poco_debug(Logger(), fmt::format("TokenValidation success for TID={} Token={}",
221+
poco_trace(Logger(), fmt::format("TokenValidation success for TID={} Token={}",
222222
TID, Utils::SanitizeToken(CallToken)));
223223
return true;
224224
}

0 commit comments

Comments
 (0)