- May 28, 2019
-
-
Steven Murray authored
-
- Oct 01, 2018
-
-
Eric Cano authored
-
- Jun 27, 2018
-
-
Eric Cano authored
Created initial (incomplete) logging of timings for generic popping from container.
-
- Jun 12, 2018
-
-
Anastasia Karachaliou authored
-
Anastasia Karachaliou authored
-
- May 03, 2018
-
-
Steven Murray authored
- Apr 04, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Sep 26, 2017
-
-
Eric Cano authored
-
- Aug 17, 2017
-
-
Victor Kotlyar authored
session finished" cta-taped log messages always be on the end.
-
- Jul 24, 2017
-
-
Eric Cano authored
Set default to 8k as seen in this documentation: http://www.rsyslog.com/doc/v8-stable/configuration/global/index.html.
-
- Jul 12, 2017
-
-
Steven Murray authored
-
- Jun 19, 2017
-
-
Eric Cano authored
-
- Jun 01, 2017
-
-
Steven Murray authored
As agreed by Eric and Steve, the "<priority | LOG_LOCAL3>" prefix of non-syslog error messages has been dropped.
-
- May 31, 2017
-
-
Steven Murray authored
All sub-classes of the Logger class, excluding DummyLogger and SysLogLogger, now prefix each log message with the same header as CASTOR. Please note that SysLogLogger class intentionally leaves the creation of log message headers to rsyslog. It is the responsibility of the system administrator/operator to configure rsyslog to generate the header syntax they wish including the precision of the timestamp within the header.
-
Steven Murray authored
I have removed the generation and formating of timestamps from the CTA logging system.
-
- Apr 13, 2017
-
-
Eric Cano authored
-
- Feb 07, 2017
-
-
Eric Cano authored
-
- Feb 01, 2017
-
-
Eric Cano authored
The log line creation function Logger::writeLogMsg does not add the trailing newine. Instead, the overloads of reducedSyslog() do, il needed and after possible line truncation.
-
- Dec 14, 2016
-
-
Eric Cano authored
The logs parameters strcuture is reused for several session in the main process. They are now cleared after the last log for a given session.
-
- Dec 09, 2016
-
-
Eric Cano authored
-
- Nov 30, 2016
-
-
Eric Cano authored
-
- Nov 11, 2016
-
-
Steven Murray authored
-
- Nov 09, 2016
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Oct 19, 2016
-
-
Eric Cano authored
Remove debug printouts as the previous commit solves the race condition in CI we were investigating.
-
- Oct 12, 2016
-
-
Eric Cano authored
Enabled string logger printout to better understand intermittent failures in continuous integration.
-
- Sep 09, 2016
-
-
Victor Kotlyar authored
-
- Aug 17, 2016
-
-
Steven Murray authored
-
Steven Murray authored
-
- Jul 14, 2016
-
-
Eric Cano authored
Completed changes so that archive and retrieves can be queued, mounts created and jobs reported done.
-
- Jun 16, 2016
-
-
Daniele Kruse authored
-
- Feb 23, 2016
-
-
Steven Murray authored
The contents of the Utils.cpp file is a namespace and not a class therefore the file should start with a lower case letter.
-
- Feb 18, 2016
-
-
Eric Cano authored
-
- Feb 17, 2016
-
-
Eric Cano authored
Created an StdoutLogger class. Created a CommandLineParams class that will allow early parsing, before the daemon object is actually created.
-
Eric Cano authored
Removed unused cmake directory. Added missing reset to getopt's global variables. Fixed missing inclusion of unit test. Fixed code that failed in unit tests.
-
- Feb 15, 2016
-
-
Steven Murray authored
-