For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=538>
Summary: Unable specify log level when starting deployer
Product: OCL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Deployment
AssignedTo: orocos-dev at lists [dot] mech [dot] kuleuven [dot] be
ReportedBy: kiwi.net at mac [dot] com
CC: orocos-dev at lists [dot] mech [dot] kuleuven [dot] be
Estimated Hours: 0.0
Want to be able to specify the log level of the deployer application at startup
e.g.
deployer-gnulinux --log=DEBUG
or
deployer-gnulinux --log=Info
etc.
Would anyone be against using the boost::program_options library to do this?
Replacing the existing commandi line parsing would be trivial with this library
also.
Cheers
S

[Bug 538] Unable specify log level when starting deployer
For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=538>
Peter Soetens <peter.soetens at fmtc [dot] be> changed:
What |Removed |Added -------------------------------------------------------------------------- CC| |peter.soetens@fmtc.be--- Comment #1 from Peter Soetens <peter.soetens at fmtc [dot] be> 2008-05-05 21:48:42 ---(In reply to comment #0)
> Want to be able to specify the log level of the deployer application at startup
> e.g.
>
> deployer-gnulinux --log=DEBUG
>
> or
>
> deployer-gnulinux --log=Info
Just do:
export ORO_LOGLEVEL=6
or
export ORO_LOGLEVEL=5
deployer-gnulinux
>
> Would anyone be against using the boost::program_options library to do this?
> Replacing the existing commandi line parsing would be trivial with this library
> also.
You're free to add this and it will be accepted, but it is in a way redundant.
Peter