Skip to content

Commit

Permalink
CLI tools for z-push
Browse files Browse the repository at this point in the history
  • Loading branch information
mschering committed Apr 26, 2024
1 parent 7ee9a73 commit 6f41ca5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = 'Group-Office'
copyright = '2021, Intermesh BV'
copyright = '2024, Intermesh BV'
author = 'Intermesh BV'

# The short X.Y version
Expand Down
21 changes: 19 additions & 2 deletions logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ When $config['debug'] = true; is set in :ref:`config.php <configuration>`. Then

<file_storage_path>/log/debug.log
Z-Push
``````
Z-Push / Microsoft ActiveSync
-----------------------------

Either when $config['debug'] = true; or $config['zpush2_loglevel'] = 32; is set in :ref:`config.php <configuration>`. Then additional
ActiveSync information will be logged into::
Expand All @@ -28,3 +28,20 @@ ActiveSync information will be logged into::
If you want to debug specific users you can set::

$config['zpush2_special_log_users'] = ['username1', 'username2'];

Command Line tools
``````````````````

You can also monitor resources with the top tool::

php ./modules/z-push/z-push-top.php

You can also manage devices with the admin tool::

php ./modules/z-push/z-push-admin.php


.. note:: In a multi instance environment you can set the HTTP_HOST environment variable to switch
between instances::

export HTTP_HOST=myinstance.example.com

0 comments on commit 6f41ca5

Please sign in to comment.