[Cyberduck-trac] [Cyberduck] #3170: Output logged to console.log is too verbose, but no simple way to reduce it.

Cyberduck trac at trac.cyberduck.ch
Tue May 5 23:03:01 CEST 2009


#3170: Output logged to console.log is too verbose, but no simple way to reduce
it.
-------------------------------+--------------------------------------------
 Reporter:  glguerin@…         |        Owner:  dkocher
     Type:  defect             |       Status:  closed 
 Priority:  normal             |    Milestone:  3.2.1  
Component:  core               |      Version:  3.2    
 Severity:  normal             |   Resolution:  fixed  
 Keywords:  logging            |  
-------------------------------+--------------------------------------------
Changes (by dkocher):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 As of r4657 the additivity of the HTTP wire logger is set to `false` which
 disables output to the default console appender regardeless of the logging
 level. The logging level for everything else can be set using the
 `logging` defaults property which is sent to the ''console.log''; e.g.

 {{{
 defaults write ch.sudo.cyberduck logging INFO
 }}}

 HTTP headers are still logged to the `ch.cyberduck.core.Session` logger at
 `INFO` level.

 The default level of the root logger is set to `ERROR`.

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/3170#comment:2>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files and Amazon S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list