Bug #1197

Use STDERR/STDOUT by default in CloudLogger instead of a path

Added by Daniel Molina over 9 years ago. Updated over 9 years ago.

Status:ClosedStart date:03/30/2012
Priority:NormalDue 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

Revision c32157fe
Added by Ruben S. Montero over 9 years ago

Bug #1197: stderr information is redirected to another file, it does not collide with the "standard" logging info

Revision 22d29acc
Added by Ruben S. Montero over 9 years ago

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

Also available in: Atom PDF