Tasks #914
Configure logging using rsb config
Status: | Resolved | Start date: | 03/02/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Wienke | % Done: | 100% | |
Category: | C++ | |||
Target version: | 0.6 |
Description
Since it is now possible to configure the rsc logging system using a file, enable this in RSB.
Related issues
Associated revisions
Configure logging using the usual configuration file cascade.
The implementation basically duplicates the cascade as it is not very well factored right now. This needs refactoring.
refs #914
Don't fail on missing rsb.conf in src/rsb/Factory.cpp
refs #914, should fix the windows build
refs #914, should fix the windows build
- src/rsb/Factory.cpp: catch exceptions thrown during attempts to read
system-wide and user-specific rsb.conf configuration files
History
#1 Updated by J. Wienke about 11 years ago
- % Done changed from 0 to 60
Basicaly integrated now in a not so nice fashion (#916). However, environment parsing is broken right now because the parser makes everything lower-case.
#2 Updated by J. Wienke about 11 years ago
- Status changed from In Progress to Resolved
This is a deeper specification problem of RSC (see #918). Postponed until that issue is fixed.
#3 Updated by J. Moringen about 11 years ago
- % Done changed from 60 to 100