Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 3376196

Browse files
Sumanth SathyanarayanaSumanth Sathyanarayana
authored andcommitted
derby.log is added to the logrotate configuration
1 parent d1342c1 commit 3376196

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/derby.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
derby.stream.error.file=/var/log/flowvisor/flowvisor-db.log
2-
derby.stream.error.logBootTrace=false
2+
derby.stream.error.logBootTrace=true

scripts/logrotate

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/var/log/flowvisor/flowvisor-stderr.log {
1+
/var/log/flowvisor/flowvisor-db.log /var/log/flowvisor/flowvisor-stderr.log {
2+
weekly
23
size 1M
34
copytruncate
45
rotate 10

0 commit comments

Comments
 (0)