View Issue Details

IDProjectCategoryView StatusLast Update
0004219Spring engineGeneralpublic2013-12-23 23:00
Reporterabma Assigned Toabma  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version95.0.1+git 
Target Version96.0 
Summary0004219: loglevel default changed
Descriptionrecently debug builds spam messages:

http://buildbot.springrts.com/builders/validationtests/builds/3916/steps/validation%20test/logs/stdio
Additional Informationis this wanted behaviour?

can the log "spam" be somehow disabled by config?
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2013-12-23 01:08

administrator   ~0012450

https://github.com/spring/spring/blob/develop/rts/System/LogOutput.cpp#L133

says no... :-|

Kloot

2013-12-23 01:24

developer   ~0012451

Last edited: 2013-12-23 01:26

actually the default level didn't change (it was always LOG_LEVEL_DEBUG in debug builds) but VFSHandler no longer uses a specific section because of my attempts to isolate 4053 --> all LOG(L_DEBUG, ...) messages are now passed to the sinks whereas before users had to enable its section manually

abma

2013-12-23 01:35

administrator   ~0012452

removing
https://github.com/spring/spring/blob/develop/rts/System/FileSystem/VFSHandler.cpp#L19

will fix this i guess... if so can you do please? thx!

Issue History

Date Modified Username Field Change
2013-12-23 01:00 abma New Issue
2013-12-23 01:00 abma Status new => assigned
2013-12-23 01:00 abma Assigned To => Kloot
2013-12-23 01:00 abma Status assigned => feedback
2013-12-23 01:08 abma Note Added: 0012450
2013-12-23 01:08 abma Status feedback => assigned
2013-12-23 01:24 Kloot Note Added: 0012451
2013-12-23 01:26 Kloot Note Edited: 0012451
2013-12-23 01:35 abma Note Added: 0012452
2013-12-23 23:00 abma Changeset attached => spring release 2d108e76
2013-12-23 23:00 abma Assigned To Kloot => abma
2013-12-23 23:00 abma Status assigned => resolved
2013-12-23 23:00 abma Resolution open => fixed