Class: Gitlab::AuditJsonLogger
- Inherits:
-
JsonLogger
- Object
- Labkit::Logging::JsonLogger
- JsonLogger
- Gitlab::AuditJsonLogger
- Defined in:
- lib/gitlab/audit_json_logger.rb
Class Method Summary collapse
Methods inherited from JsonLogger
build, cache_key, debug, error, file_name, full_log_path, info, warn
Class Method Details
.file_name_noext ⇒ Object
5 6 7 |
# File 'lib/gitlab/audit_json_logger.rb', line 5 def self.file_name_noext 'audit_json' end |