mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-07-06 18:45:48 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
41a3c08d9f | |||
cb328ad797 |
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Evgeniy Alekseev
|
# Maintainer: Evgeniy Alekseev
|
||||||
|
|
||||||
pkgname='ahriman'
|
pkgname='ahriman'
|
||||||
pkgver=1.2.1
|
pkgver=1.2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="ArcHlinux ReposItory MANager"
|
pkgdesc="ArcHlinux ReposItory MANager"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -32,7 +32,7 @@ formatter = generic_format
|
|||||||
args = ("/var/log/ahriman/http.log", "a", 20971520, 20)
|
args = ("/var/log/ahriman/http.log", "a", 20971520, 20)
|
||||||
|
|
||||||
[handler_syslog_handler]
|
[handler_syslog_handler]
|
||||||
class = logging.handlers.SysLogFileHandler
|
class = logging.handlers.SysLogHandler
|
||||||
level = DEBUG
|
level = DEBUG
|
||||||
formatter = syslog_format
|
formatter = syslog_format
|
||||||
args = ("/dev/log",)
|
args = ("/dev/log",)
|
||||||
|
@ -17,4 +17,4 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
__version__ = "1.2.1"
|
__version__ = "1.2.2"
|
||||||
|
Reference in New Issue
Block a user