apache_log_report 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/apache_log_report.rb +1 -1
- data/lib/apache_log_report/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e24660fd5b97e6d07312173f1333c60be9191802d27ca114f7fd5ca8e615559
|
4
|
+
data.tar.gz: f141ec4f8e12eaaee87bdba74ec287d21b0e1266e7ac10364a7dda5f402a0b0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 793fbf6d497b55d77947034dcc80b4b62f9c83f181db23a7d34554d87becca1e726aed70957646b7da8ff6c22d6055e32df9b1fe18d4b3f74c4e9b56993de99e
|
7
|
+
data.tar.gz: 4fc2177c75b0a6ea25c6c0c6e7d1166fb28914c1de978d64afd2196e92cb47df65c4901e181f78a432c2786b85d7a6164b4771f40b0a000429d1ba29b938fa65
|
data/lib/apache_log_report.rb
CHANGED
@@ -238,7 +238,7 @@ module ApacheLogReport
|
|
238
238
|
def self.emit options = {}, command, log_file, started_at, ended_at, duration
|
239
239
|
@prefx = options[:prefix]
|
240
240
|
@suffix = options[:suffix]
|
241
|
-
@export =
|
241
|
+
@export = options[:code_export]
|
242
242
|
|
243
243
|
<<EOS
|
244
244
|
#+TITLE: Apache Log Analysis: #{log_file}
|