<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/logs, branch 0.9.0rc2</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[bug] prevent logbook subscriber to fail</title>
<updated>2015-07-20T23:14:36+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-07-08T19:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=0d9c53c4ec182c6bf3452506351258b61bb1f739'/>
<id>0d9c53c4ec182c6bf3452506351258b61bb1f739</id>
<content type='text'>
Fix:
If the logbook controller is not started the stop call will fail.
Trying to start it twice fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix:
If the logbook controller is not started the stop call will fail.
Trying to start it twice fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] run zmq log subscriber in background</title>
<updated>2015-07-06T22:05:32+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-07-06T22:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=2612f7af2aa627ba4c4d680d15f54ede6402b4eb'/>
<id>2612f7af2aa627ba4c4d680d15f54ede6402b4eb</id>
<content type='text'>
Prevent locks caused by the zmq log handler reaching the zmq's HWM (High
water mark / buffer limit) and causing some components to block until
the buffer is empty (running the zmq handler for instance).
We run the zmq handler in the background all the time to prevent this.

- Resolves: #7222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent locks caused by the zmq log handler reaching the zmq's HWM (High
water mark / buffer limit) and causing some components to block until
the buffer is empty (running the zmq handler for instance).
We run the zmq handler in the background all the time to prevent this.

- Resolves: #7222
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] log contains exported PGP private key</title>
<updated>2015-06-29T19:26:58+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-25T22:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=fc65820f9e9a9a39434bbef3f5e9251436d9b458'/>
<id>fc65820f9e9a9a39434bbef3f5e9251436d9b458</id>
<content type='text'>
Due to #7139 (the logbook log centralizer) logs from 3rd party libs are
included in the centralized logs with lots of debug information and we
don't want that.
We use the existing silencer to exclude logs that are not from leap
modules.

- Resolves: #7185
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to #7139 (the logbook log centralizer) logs from 3rd party libs are
included in the centralized logs with lots of debug information and we
don't want that.
We use the existing silencer to exclude logs that are not from leap
modules.

- Resolves: #7185
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] make sure log path exists</title>
<updated>2015-06-22T19:58:19+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-22T19:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e7bda574b308c08dc5a61941b850442c43a17bd4'/>
<id>e7bda574b308c08dc5a61941b850442c43a17bd4</id>
<content type='text'>
The logger is the first thing to be created and on a first run the
config path won't exist. This way we make sure the path always exists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The logger is the first thing to be created and on a first run the
config path won't exist. This way we make sure the path always exists.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add log rotation feature</title>
<updated>2015-06-22T18:52:37+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-19T20:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=8793f3ef6862ddd5a01008b2e12d1f8d910fd261'/>
<id>8793f3ef6862ddd5a01008b2e12d1f8d910fd261</id>
<content type='text'>
Rotate bitmask.log file on each start.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rotate bitmask.log file on each start.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] handle twisted/logging logs with logbook</title>
<updated>2015-06-22T18:52:37+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-19T17:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=239a0ec845d53b7a0a1af5c27b5eea956ab6459a'/>
<id>239a0ec845d53b7a0a1af5c27b5eea956ab6459a</id>
<content type='text'>
Forward Twisted logs to logging and use logbook to handle logging logs.
Store the bitmask logs on the config folder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forward Twisted logs to logging and use logbook to handle logging logs.
Store the bitmask logs on the config folder.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] replace old log handler with new one</title>
<updated>2015-06-22T18:52:37+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-12T17:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=32658ae3108bc67a102cf6e0153d468b3a8ae1b0'/>
<id>32658ae3108bc67a102cf6e0153d468b3a8ae1b0</id>
<content type='text'>
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add a zmq based logger, change log window</title>
<updated>2015-06-22T18:52:37+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-05T16:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=584a6d93ad1fe1ba46929108f002a16a8b70e95d'/>
<id>584a6d93ad1fe1ba46929108f002a16a8b70e95d</id>
<content type='text'>
- Add a new handler for a zmq/thread-safe log send between components.
- Update the log window to use this new handler.
- Remove old custom handler
  We have implemented a new handler that uses logbook, so this one is no
  longer needed.
- Adapt log silencer to new handler
- Use log file always as default

- Related: #6733
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add a new handler for a zmq/thread-safe log send between components.
- Update the log window to use this new handler.
- Remove old custom handler
  We have implemented a new handler that uses logbook, so this one is no
  longer needed.
- Adapt log silencer to new handler
- Use log file always as default

- Related: #6733
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a more significative name for logger helper.</title>
<updated>2014-06-09T14:42:00+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-06T16:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e02b98fbdb868111d20b7447a15f60ca494d27dc'/>
<id>e02b98fbdb868111d20b7447a15f60ca494d27dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder logging helpers and handlers.</title>
<updated>2014-06-05T20:25:40+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-05T18:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=2e0062555fd0a092e0f9f25ac46d189b44805108'/>
<id>2e0062555fd0a092e0f9f25ac46d189b44805108</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
