oracle / speedle

Speedle is an open source project for access control.
https://speedle.io
Universal Permissive License v1.0
158 stars 52 forks source link

speedle-pms attribute help for auditlog-reportcaller uses wrong prefix 'Log Config:' in place of 'Audit Log Config' #23

Closed jayrajput closed 5 years ago

jayrajput commented 5 years ago

speedle-pms --help provided attribute prefix. for auditlog-reportcaller wrongly uses prefix Log config. It should be Audit Log config to be consistent with other attributes.

  --auditlog-reportcaller string       Log config: if the caller(file, line and function) is included in the log entry. (default "false")
caiwl commented 5 years ago

@ahrtr any idea?

ahrtr commented 5 years ago

@jayrajput Thanks for the finding, just fixed it @caiwl .

ahrtr commented 5 years ago

https://github.com/oracle/speedle/commit/8f80df42e4fc0d552ea5d0b07fdcd1f326a2d167

caiwl commented 5 years ago

thanks for the quick fix. @ahrtr