- 14 May, 2013 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3728
-
- 13 May, 2013 6 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3716 Behavior After This: kamaki -XXX -YY ... parses -XXX -YY If not recognized: syntax error If recognized, group them into shell args (e.g. -h) and command args (e.g. -d) Whenever a command is run in this shell instance, apply the command args Practically, users may pass the -d or -v args to the shell and enjoy streaming debug or verbosity logs, without having to pass -d or -v args on each command
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3663 A command group that is declared in the config file is not supported by valid command specification code or the specification code is not pointed at by <command>.cli configure variable
-
Stavros Sachtouris authored
-
- 10 May, 2013 10 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
use logging for getting the loggers
-
Stavros Sachtouris authored
This caused warnings about preset variables
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
refs: #3715 Logger settings are not aborted and will be restored at deactivation Also, remove all logger creation functionality from kamaki.clients A file or stream logger should be created an the kamaki.clients caller side In this case, the caller is kamaki.cli Kamaki.cli should handle where and how the loggers will output. Kamaki.clients will log as __name__ and the two extras: kamaki.clients.send/recv An external app can now import kamaki and create a logger named "kamaki" and this will log whatever kamaki is logging. The external app will handle loggers as they wish.
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 09 May, 2013 6 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Unsolved bug: redudant info in logfile
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: bug #3708
-
Stavros Sachtouris authored
-
- 30 Apr, 2013 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
containerlimit set -h will tell users to use 0 for unlimited containerlimit get will print "unlimited" if received a 0 value
-
Stavros Sachtouris authored
Container limit 0 means "unlimited"
-
- 25 Apr, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 24 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 23 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 22 Apr, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 19 Apr, 2013 2 commits
-
-
Stavros Sachtouris authored
The connection between kamaki request attempt and httplib response was logged, but the connection between httplib response and kamaki response managment was not logged.
-
Stavros Sachtouris authored
-
- 18 Apr, 2013 4 commits
-
-
Stavros Sachtouris authored
One default: ~/.kamaki.log User can use a custom: kamaki config set log_file <custom log file>
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-