We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d2837 commit 6cafd48Copy full SHA for 6cafd48
.travis.yml
@@ -39,3 +39,6 @@ script:
39
- cargo run --example pretty-colored --features colored
40
- cargo run --example syslog --features syslog-4
41
- cargo run --example syslog3 --features syslog-3
42
+- cargo run --example date-based-file-log
43
+ # we don't exactly have a good test suite for DateBased right now, so let's at least do this:
44
+- cargo run --example date-based-file-log --features meta-logging-in-format
0 commit comments