Bug #1197
Use STDERR/STDOUT by default in CloudLogger instead of a path
Status: | Closed | Start date: | 03/30/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Ruben S. Montero | % Done: | 0% | |
Category: | - | |||
Target version: | Release 3.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.4 |
Description
Currently two processes are writing to the same file
occi-server > occi.log
Logger.new(occi.log)
Associated revisions
Bug #1197: stderr information is redirected to another file, it does not collide with the "standard" logging info
Bug #1197: stderr information is redirected to another file, it does not collide with the "standard" logging info
(cherry picked from commit c32157fedf7f3ccb14e86e5824aeea24d6f4ed44)
History
#1 Updated by Ruben S. Montero over 9 years ago
- Category set to 19
- Status changed from New to Closed
- Assignee set to Ruben S. Montero
- Resolution set to fixed
STDERR is redirected to occi-server.error or econe-server.error. This files will contain server exceptions and backtrace, standard logging information is in occi-server.log and econe-server.log