Email errors while using logrotate
up vote
-1
down vote
favorite
I am using logrotate as follows:
/usr/sbin/logrotate -v -s $STATUS_LOG $CONF_FILE >> $MY_LOG 2>>$MY_ERR
The problem is that the output of logrotate
is being written to $MY_ERR
while I just want to write standard error to $MY_ERR
to email it later to recipients.
Could anyone please help or share his/her ideas?
linux error-handling logrotate
add a comment |
up vote
-1
down vote
favorite
I am using logrotate as follows:
/usr/sbin/logrotate -v -s $STATUS_LOG $CONF_FILE >> $MY_LOG 2>>$MY_ERR
The problem is that the output of logrotate
is being written to $MY_ERR
while I just want to write standard error to $MY_ERR
to email it later to recipients.
Could anyone please help or share his/her ideas?
linux error-handling logrotate
Super User or Unix & Linux Stack Exchange
– jww
Nov 8 at 15:08
The question has been rated to minus while my question was valid. checkout github.com/logrotate/logrotate/issues/25 once using logrotate along with option verbose, output will be redirected to stderr and not stdout
– Ali Kooti
Nov 22 at 22:01
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am using logrotate as follows:
/usr/sbin/logrotate -v -s $STATUS_LOG $CONF_FILE >> $MY_LOG 2>>$MY_ERR
The problem is that the output of logrotate
is being written to $MY_ERR
while I just want to write standard error to $MY_ERR
to email it later to recipients.
Could anyone please help or share his/her ideas?
linux error-handling logrotate
I am using logrotate as follows:
/usr/sbin/logrotate -v -s $STATUS_LOG $CONF_FILE >> $MY_LOG 2>>$MY_ERR
The problem is that the output of logrotate
is being written to $MY_ERR
while I just want to write standard error to $MY_ERR
to email it later to recipients.
Could anyone please help or share his/her ideas?
linux error-handling logrotate
linux error-handling logrotate
edited Nov 8 at 14:53
Benjamin W.
19.9k124654
19.9k124654
asked Nov 8 at 14:15
Ali Kooti
1
1
Super User or Unix & Linux Stack Exchange
– jww
Nov 8 at 15:08
The question has been rated to minus while my question was valid. checkout github.com/logrotate/logrotate/issues/25 once using logrotate along with option verbose, output will be redirected to stderr and not stdout
– Ali Kooti
Nov 22 at 22:01
add a comment |
Super User or Unix & Linux Stack Exchange
– jww
Nov 8 at 15:08
The question has been rated to minus while my question was valid. checkout github.com/logrotate/logrotate/issues/25 once using logrotate along with option verbose, output will be redirected to stderr and not stdout
– Ali Kooti
Nov 22 at 22:01
Super User or Unix & Linux Stack Exchange
– jww
Nov 8 at 15:08
Super User or Unix & Linux Stack Exchange
– jww
Nov 8 at 15:08
The question has been rated to minus while my question was valid. checkout github.com/logrotate/logrotate/issues/25 once using logrotate along with option verbose, output will be redirected to stderr and not stdout
– Ali Kooti
Nov 22 at 22:01
The question has been rated to minus while my question was valid. checkout github.com/logrotate/logrotate/issues/25 once using logrotate along with option verbose, output will be redirected to stderr and not stdout
– Ali Kooti
Nov 22 at 22:01
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53209564%2femail-errors-while-using-logrotate%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Super User or Unix & Linux Stack Exchange
– jww
Nov 8 at 15:08
The question has been rated to minus while my question was valid. checkout github.com/logrotate/logrotate/issues/25 once using logrotate along with option verbose, output will be redirected to stderr and not stdout
– Ali Kooti
Nov 22 at 22:01