markusthoemmes opened a new pull request #2974: Add LogStore which stores to 
database and file simultaneously.
URL: https://github.com/apache/incubator-openwhisk/pull/2974
 
 
   Includes #2878.
   
   Adds a new LogStore which reads the whole file in memory and stores the logs 
in the activation entry. At the same time it pipes all user-written logs to a 
file in an enriched format (which is why the extra fields need to be added to 
the interface).
   
   The written file can then be read by any other instance asynchronously.
   
   TODO:
   - [ ] Testing (can be tested without any I/O)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to