I have sudo set to log to /var/log/sudo.log. I've noticed that when the locale was set to "de_DE.UTF-8", it logged a localized date ("Mär" for "März") instead of "C" locale ("Mar" for "March").

How do I make it log the date independent of the user's locale? Where the ** is that documented, anyway?

Or am I halluzinating? (Could be, since I've got a major cold... ;-))

link|improve this question

60% accept rate
feedback

1 Answer

Try creating an alias:

alias sudo='LANG=C sudo LANG='
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.