Debug option excess spam #463
Labels
bug
Something isn't working
new
not yet triaged
severity-low
A bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
Describe the bug
If you specify components.zss.logLevels._zss.httpserver: 5 then you get dozens of lines,
tokenEnd=8
tokenEnd=9
....
tokenEnd=956
tokenEnd=957
(or however long your token is)
Looks to me like this line should be moved OUTSIDE the loop!
zowe-common-c/c/httpserver.c
Line 2916 in 194623a
Steps to Reproduce
Expected behavior
Only one line of tokenEnd, however long the token is.
Logs
see snippet above
Describe your environment
node --version
): N/Ajava -version
): N/AZWES1014I ZIS status - 'Ok' (name='IZPS055 ', cmsRC='0', description='Ok', clientVersion='2')
Additional context
Had occasion to enable this debug. If your token is short it's not too bad (e.g. token 40 chars) but some of the tokens are really long if they come from APIML.
The text was updated successfully, but these errors were encountered: