Closed GoogleCodeExporter closed 8 years ago
An idea on how to accomplish this is to use a command line option (-d --debug)
to turn on logging of LOG_DEBUG messages to syslog() (default would be not to
log LOG_DEBUG messages).
Also, a review may be needed to recategorized some LOG_INFO messages to
LOG_DEBUG
Original comment by dmoore4...@gmail.com
on 11 Nov 2010 at 5:29
This issue was closed by revision r235.
Original comment by dmoore4...@gmail.com
on 12 Nov 2010 at 11:18
Logging to /var/log/syslog AND /var/log/messages still happening in Ubuntu
Jaunty in R271.
/usr/local/bin/s3fs bucket /s3 -o default_acl=public-read;
Original comment by gazzet...@gmail.com
on 3 Dec 2010 at 7:14
This is a different issue and not the one originally cited. Dirk's issue was
that there was an excessive amount of log data. That has been minimized, but
not totally eliminated.
Your issue seems to be that log messages are going to both /var/log/syslog and
/var/log/messages? If so, I believe that that's not a function of s3fs but how
your system is configured.
As to what the original issue was, are you still seeing excessive log messages
going to /var/log/syslog? If so, please provide a sampling of these messages.
Thank you.
Original comment by dmoore4...@gmail.com
on 3 Dec 2010 at 9:18
Ubuntu defaults to syslog AND messages .. will get this fixed locally.
Problem is with the amount of data. 3 million jpg files being moved to s3.
Each jpg has the following entry into both log files.
Dec 4 13:14:10 domU-12-31-39-00-74-81 s3fs: LOCAL FD
Dec 4 13:14:10 domU-12-31-39-00-74-81 s3fs: copy
path=/portrait_small/.0128natasha.jpg.GRCHcz
Dec 4 13:14:10 domU-12-31-39-00-74-81 s3fs: upload
path=/portrait_small/.0128natasha.jpg.GRCHcz size=6468
Dec 4 13:14:10 domU-12-31-39-00-74-81 s3fs: copy
path=/portrait_small/.0128natasha.jpg.GRCHcz
Dec 4 13:14:11 domU-12-31-39-00-74-81 s3fs: last message repeated 2 times
Dec 4 13:14:11 domU-12-31-39-00-74-81 s3fs: copy
path=/portrait_small/0128natasha.jpg
This is a lot of logging. Can this be switched off?
Original comment by gazzet...@gmail.com
on 4 Dec 2010 at 1:17
Re-opened.
Original comment by dmoore4...@gmail.com
on 4 Dec 2010 at 8:06
This issue was closed by revision r274.
Original comment by dmoore4...@gmail.com
on 4 Dec 2010 at 8:07
Original issue reported on code.google.com by
dmoore4...@gmail.com
on 7 Nov 2010 at 2:04