Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing Oracle API Platform Cloud Service

You're reading from   Implementing Oracle API Platform Cloud Service Design, deploy, and manage your APIs in Oracle's new API Platform

Arrow left icon
Product type Paperback
Published in May 2018
Publisher
ISBN-13 9781788478656
Length 518 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Authors (4):
Arrow left icon
Luis Weir Luis Weir
Author Profile Icon Luis Weir
Luis Weir
Philip Wilkins Philip Wilkins
Author Profile Icon Philip Wilkins
Philip Wilkins
Andrew Bell Andrew Bell
Author Profile Icon Andrew Bell
Andrew Bell
Sander Rensen Sander Rensen
Author Profile Icon Sander Rensen
Sander Rensen
Arrow right icon
View More author details
Toc

Why provide Groovy for logging?

The availability of a limited use of Groovy (the limitations will become clear shortly) is necessary as when it comes to logging and recording of API message content several considerations need to be accounted for, particularly:

  • The payloads for an API maybe large but only a small part of the content needs to be logged, remembering writing contents to disk is a lot slower than the cost of executing logic to reduce what needs to be written to logs.
  • API payloads may contain sensitive data (for example, personal data, passwords, and so on) which should not be included into log files as the log files are written in plain text and not encrypted in their standard configuration. For example, if the API is handling credit card transactions, logging the card information would conflict with the Payment Card Industry (PCI) rules.
The full rules for PCI compliance...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image