View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0004219 | Spring engine | General | public | 2013-12-23 01:00 | 2013-12-23 23:00 | ||||
Reporter | abma | ||||||||
Assigned To | abma | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 95.0.1+git | ||||||||
Target Version | 96.0 | Fixed in Version | |||||||
Summary | 0004219: loglevel default changed | ||||||||
Description | recently debug builds spam messages: http://buildbot.springrts.com/builders/validationtests/builds/3916/steps/validation%20test/logs/stdio | ||||||||
Additional Information | is this wanted behaviour? can the log "spam" be somehow disabled by config? | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
abma (administrator) 2013-12-23 01:08 |
https://github.com/spring/spring/blob/develop/rts/System/LogOutput.cpp#L133 says no... :-| |
Kloot (developer) 2013-12-23 01:24 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 (administrator) 2013-12-23 01:35 |
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! |
![]() |
|||
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 | View Revisions |
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 |