Class: Gitlab::Tracking::SnowplowEventLogger
- Inherits:
-
JsonLogger
- Object
- Labkit::Logging::JsonLogger
- JsonLogger
- Gitlab::Tracking::SnowplowEventLogger
show all
- Defined in:
- lib/gitlab/tracking/snowplow_event_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
6
7
8
|
# File 'lib/gitlab/tracking/snowplow_event_logger.rb', line 6
def self.file_name_noext
'product_usage_data'
end
|
.log_level ⇒ Object
10
11
12
|
# File 'lib/gitlab/tracking/snowplow_event_logger.rb', line 10
def self.log_level
::Logger::INFO
end
|